#85DFCF

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

Shades of Riptide #85DFCF

Tints of Riptide #85DFCF

Color information

#85DFCF (or 0x85DFCF) is unknown color: approx Riptide. HEX triplet: 85, DF and CF. RGB value is (133,223,207). Sum of RGB (Red+Green+Blue) = 133+223+207=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFCF is #7A2030. Grayscale: #C2C2C2. Windows color (decimal): -8003633 or 13623173. OLE color: 13623173.

HSL color Cylindrical-coordinate representation of color #85DFCF: hue angle of 169.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DFCF is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB133223207-
CMYK0.4000.070.13
HSL169.33º58.44%69.8%-
HSV(B)169.33º40.36%87.45%-
XYZ47.3262.2768.56-
YUV194.27135.1884.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.62%
GREEN value IS 223 (87.5% from 255) = 39.61%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=23.62%
G=39.61%
B=36.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332232070.4000.070.13169.3358.4469.8
Hex85DFCF2807Da93a46
Octal20533731750071525172106
Binary10000101110111111100111110100001111101101010011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,223,207); }

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

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

 a { background-color: rgb(133,223,207); }

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

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

 span { border-color: rgb(133,223,207); }

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