Html Css Color HEX #85ECCC Riptide

📋 copy color: '#85ECCC'

red 133 ◦ green 236 ◦ blue 204

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

Shades of Riptide #85ECCC

Tints of Riptide #85ECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.19%

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 23.21%
G = 41.19%
B = 35.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#85ECCC (or 0x85ECCC) is known color: Riptide. HEX triplet: 85, EC and CC. RGB value is (133,236,204). Sum of RGB (Red+Green+Blue) = 133+236+204=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECCC is #7A1333. Grayscale: #C9C9C9. Windows color (decimal): -8000308 or 13429893. OLE color: 13429893.

HSL color Cylindrical-coordinate representation of color #85ECCC: hue angle of 161.36º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECCC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 204 -
CMYK 0.44 0 0.14 0.07
HSL 161.36º 0.73% 0.72% -
HSV(B) 161.36º 0.44% 0.93% -
XYZ 50.57 69.34 67.84 -
YUV 201.56 129.38 79.1 -
System Red Green Blue C M Y K H S L
Decimal 133 236 204 0.44 0 0.14 0.07 161.36 0.73 0.72
Hex 85 EC CC 2C 0 E 7 A1 49 48
Octal 205 354 314 54 0 16 7 241 111 110
Binary 10000101 11101100 11001100 101100 0 1110 111 10100001 1001001 1001000

Color Harmonies of #85ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ECCC

Black with #85ECCC

Text Example


Text Example

White with #85ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,236,204); }

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

background-color css

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

 a { background-color: rgb(133,236,204); }

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

border-color css

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

 span { border-color: rgb(133,236,204); }

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