#85D5CA

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

Shades of Riptide #85D5CA

Tints of Riptide #85D5CA

Color information

#85D5CA (or 0x85D5CA) is unknown color: approx Riptide. HEX triplet: 85, D5 and CA. RGB value is (133,213,202). Sum of RGB (Red+Green+Blue) = 133+213+202=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #85D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D5CA is #7A2A35. Grayscale: #BBBBBB. Windows color (decimal): -8006198 or 13292933. OLE color: 13292933.

HSL color Cylindrical-coordinate representation of color #85D5CA: hue angle of 171.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D5CA is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB133213202-
CMYK0.3800.050.16
HSL171.75º48.78%67.84%-
HSV(B)171.75º37.56%83.53%-
XYZ44.1356.8464.52-
YUV187.8313688.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.27%
GREEN value IS 213 (83.59% from 255) = 38.87%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=24.27%
G=38.87%
B=36.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332132020.3800.050.16171.7548.7867.84
Hex85D5CA260510ac3144
Octal20532531246052025461104
Binary100001011101010111001010100110010110000101011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,213,202); }

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

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

 a { background-color: rgb(133,213,202); }

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

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

 span { border-color: rgb(133,213,202); }

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