#85EADD

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

Shades of Riptide #85EADD

Tints of Riptide #85EADD

Color information

#85EADD (or 0x85EADD) is unknown color: approx Riptide. HEX triplet: 85, EA and DD. RGB value is (133,234,221). Sum of RGB (Red+Green+Blue) = 133+234+221=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #85EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EADD is #7A1522. Grayscale: #CACACA. Windows color (decimal): -8000803 or 14543493. OLE color: 14543493.

HSL color Cylindrical-coordinate representation of color #85EADD: hue angle of 172.28º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EADD is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB133234221-
CMYK0.4300.060.08
HSL172.28º70.63%71.96%-
HSV(B)172.28º43.16%91.76%-
XYZ52.1569.0578.99-
YUV202.32138.5478.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.62%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=22.62%
G=39.80%
B=37.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332342210.4300.060.08172.2870.6371.96
Hex85EADD2B068ac4748
Octal205352335530610254107110
Binary100001011110101011011101101011011010001010110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,234,221); }

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

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

 a { background-color: rgb(133,234,221); }

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

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

 span { border-color: rgb(133,234,221); }

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