Html Css Color HEX #85DED2 Riptide

📋 copy color: '#85DED2'

red 133 ◦ green 222 ◦ blue 210

#85DED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #85DED2

Tints of Riptide #85DED2

RGB

 RED value IS 133 (52.34% from 255) = 23.54%

 GREEN value IS 222 (87.11% from 255) = 39.29%

 BLUE value IS 210 (82.42% from 255) = 37.17%

R = 23.54%
G = 39.29%
B = 37.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#85DED2 (or 0x85DED2) is known color: Riptide. HEX triplet: 85, DE and D2. RGB value is (133,222,210). Sum of RGB (Red+Green+Blue) = 133+222+210=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #85DED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DED2 is #7A212D. Grayscale: #C1C1C1. Windows color (decimal): -8003886 or 13819525. OLE color: 13819525.

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

Color convert

RGB 133 222 210 -
CMYK 0.40 0 0.05 0.13
HSL 171.91º 0.57% 0.7% -
HSV(B) 171.91º 0.4% 0.87% -
XYZ 47.43 61.88 70.42 -
YUV 194.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 133 222 210 0.40 0 0.05 0.13 171.91 0.57 0.7
Hex 85 DE D2 28 0 5 D AC 39 46
Octal 205 336 322 50 0 5 15 254 71 106
Binary 10000101 11011110 11010010 101000 0 101 1101 10101100 111001 1000110

Color Harmonies of #85DED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DED2

Black with #85DED2

Text Example


Text Example

White with #85DED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85DED2;
 }
 .AnyTagClassName
 {
   color: #85DED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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