#85DECA

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

Shades of Riptide #85DECA

Tints of Riptide #85DECA

Color information

#85DECA (or 0x85DECA) is unknown color: approx Riptide. HEX triplet: 85, DE and CA. RGB value is (133,222,202). Sum of RGB (Red+Green+Blue) = 133+222+202=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #85DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DECA is #7A2135. Grayscale: #C1C1C1. Windows color (decimal): -8003894 or 13295237. OLE color: 13295237.

HSL color Cylindrical-coordinate representation of color #85DECA: hue angle of 166.52º degrees, saturation: 0.57, 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 #85DECA is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB133222202-
CMYK0.4000.090.13
HSL166.52º57.42%69.61%-
HSV(B)166.52º40.09%87.06%-
XYZ46.4561.4965.3-
YUV193.11133.0185.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.88%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=23.88%
G=39.86%
B=36.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332222020.4000.090.13166.5257.4269.61
Hex85DECA2809Da73946
Octal205336312500111524771106
Binary100001011101111011001010101000010011101101001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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