#85EADC

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

Shades of Riptide #85EADC

Tints of Riptide #85EADC

Color information

#85EADC (or 0x85EADC) is unknown color: approx Riptide. HEX triplet: 85, EA and DC. RGB value is (133,234,220). Sum of RGB (Red+Green+Blue) = 133+234+220=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #85EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EADC is #7A1523. Grayscale: #CACACA. Windows color (decimal): -8000804 or 14477957. OLE color: 14477957.

HSL color Cylindrical-coordinate representation of color #85EADC: hue angle of 171.68º 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 #85EADC is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB133234220-
CMYK0.4300.060.08
HSL171.68º70.63%71.96%-
HSV(B)171.68º43.16%91.76%-
XYZ52.016978.29-
YUV202.2138.0478.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.66%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=22.66%
G=39.86%
B=37.48%

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
Decimal1332342200.4300.060.08171.6870.6371.96
Hex85EADC2B068ac4748
Octal205352334530610254107110
Binary100001011110101011011100101011011010001010110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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