#85EACD

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

Shades of Riptide #85EACD

Tints of Riptide #85EACD

Color information

#85EACD (or 0x85EACD) is unknown color: approx Riptide. HEX triplet: 85, EA and CD. RGB value is (133,234,205). Sum of RGB (Red+Green+Blue) = 133+234+205=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #85EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EACD is #7A1532. Grayscale: #C8C8C8. Windows color (decimal): -8000819 or 13494917. OLE color: 13494917.

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

Color convert

RGB133234205-
CMYK0.4300.120.08
HSL162.77º70.63%71.96%-
HSV(B)162.77º43.16%91.76%-
XYZ50.1268.2468.29-
YUV200.5130.5479.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.25%
GREEN value IS 234 (91.80% from 255) = 40.91%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=23.25%
G=40.91%
B=35.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332342050.4300.120.08162.7770.6371.96
Hex85EACD2B0C8a34748
Octal2053523155301410243107110
Binary1000010111101010110011011010110110010001010001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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