#85DCCE

Color #85DCCE Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #85DCCE

Tints of Riptide #85DCCE

Color information

#85DCCE (or 0x85DCCE) is unknown color: approx Riptide. HEX triplet: 85, DC and CE. RGB value is (133,220,206). Sum of RGB (Red+Green+Blue) = 133+220+206=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCCE is #7A2331. Grayscale: #C0C0C0. Windows color (decimal): -8004402 or 13556869. OLE color: 13556869.

HSL color Cylindrical-coordinate representation of color #85DCCE: hue angle of 170.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCCE is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB133220206-
CMYK0.4000.060.14
HSL170.34º55.41%69.22%-
HSV(B)170.34º39.55%86.27%-
XYZ46.4160.6367.65-
YUV192.39135.6885.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 23.79%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=23.79%
G=39.36%
B=36.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332202060.4000.060.14170.3455.4169.22
Hex85DCCE2806Eaa3745
Octal20533431650061625267105
Binary10000101110111001100111010100001101110101010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85DCCE; }

 p { color: rgb(133,220,206); }

 H1.HeaderClassName
 {
   color: #85DCCE;
 }
 .AnyTagClassName
 {
   color: #85DCCE;
 }
</style>
background-color css

<style>
 a { background-color: #85DCCE; }

 a { background-color: rgb(133,220,206); }

 div.DivClassName
 {
   background-color: #85DCCE;
 }
 .BgClassName
 {
   background-color: #85DCCE;
 }
</style>
border-color css

<style>
 span { border-color: #85DCCE; }

 span { border-color: rgb(133,220,206); }

 td.TdClassName
 {
   border-color: #85DCCE;
 }
 .TagClassName
 {
   border-color: #85DCCE;
 }
</style>