Html Css Color HEX #85E1CE Riptide

📋 copy color: '#85E1CE'

red 133 ◦ green 225 ◦ blue 206

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

Shades of Riptide #85E1CE

Tints of Riptide #85E1CE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.89%

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 23.58%
G = 39.89%
B = 36.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#85E1CE (or 0x85E1CE) is known color: Riptide. HEX triplet: 85, E1 and CE. RGB value is (133,225,206). Sum of RGB (Red+Green+Blue) = 133+225+206=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #85E1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E1CE is #7A1E31. Grayscale: #C3C3C3. Windows color (decimal): -8003122 or 13558149. OLE color: 13558149.

HSL color Cylindrical-coordinate representation of color #85E1CE: hue angle of 167.61º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E1CE is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 225 206 -
CMYK 0.41 0 0.08 0.12
HSL 167.61º 0.61% 0.7% -
HSV(B) 167.61º 0.41% 0.88% -
XYZ 47.74 63.29 68.09 -
YUV 195.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 133 225 206 0.41 0 0.08 0.12 167.61 0.61 0.7
Hex 85 E1 CE 29 0 8 C A8 3D 46
Octal 205 341 316 51 0 10 14 250 75 106
Binary 10000101 11100001 11001110 101001 0 1000 1100 10101000 111101 1000110

Color Harmonies of #85E1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E1CE

Black with #85E1CE

Text Example


Text Example

White with #85E1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,225,206); }

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

background-color css

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

 a { background-color: rgb(133,225,206); }

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

border-color css

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

 span { border-color: rgb(133,225,206); }

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