Html Css Color HEX #85CEDF Spray

📋 copy color: '#85CEDF'

red 133 ◦ green 206 ◦ blue 223

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

Shades of Spray #85CEDF

Tints of Spray #85CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.65%

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 23.67%
G = 36.65%
B = 39.68%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85CEDF (or 0x85CEDF) is known color: Spray. HEX triplet: 85, CE and DF. RGB value is (133,206,223). Sum of RGB (Red+Green+Blue) = 133+206+223=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #85CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CEDF is #7A3120. Grayscale: #B9B9B9. Windows color (decimal): -8007969 or 14667397. OLE color: 14667397.

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

Color convert

RGB 133 206 223 -
CMYK 0.40 0.08 0 0.13
HSL 191.33º 0.58% 0.7% -
HSV(B) 191.33º 0.4% 0.87% -
XYZ 45.06 54.46 77.95 -
YUV 186.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 133 206 223 0.40 0.08 0 0.13 191.33 0.58 0.7
Hex 85 CE DF 28 8 0 D BF 3A 46
Octal 205 316 337 50 10 0 15 277 72 106
Binary 10000101 11001110 11011111 101000 1000 0 1101 10111111 111010 1000110

Color Harmonies of #85CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CEDF

Black with #85CEDF

Text Example


Text Example

White with #85CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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