Html Css Color HEX #85CECE Spray

📋 copy color: '#85CECE'

red 133 ◦ green 206 ◦ blue 206

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

Shades of Spray #85CECE

Tints of Spray #85CECE

RGB

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

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

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

R = 24.4%
G = 37.8%
B = 37.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#85CECE (or 0x85CECE) is known color: Spray. HEX triplet: 85, CE and CE. RGB value is (133,206,206). Sum of RGB (Red+Green+Blue) = 133+206+206=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #85CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CECE is #7A3131. Grayscale: #B8B8B8. Windows color (decimal): -8007986 or 13553285. OLE color: 13553285.

HSL color Cylindrical-coordinate representation of color #85CECE: hue angle of 180º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CECE is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 206 -
CMYK 0.35 0 0 0.19
HSL 180º 0.43% 0.66% -
HSV(B) 180º 0.35% 0.81% -
XYZ 42.88 53.59 66.48 -
YUV 184.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 133 206 206 0.35 0 0 0.19 180 0.43 0.66
Hex 85 CE CE 23 0 0 13 B4 2B 42
Octal 205 316 316 43 0 0 23 264 53 102
Binary 10000101 11001110 11001110 100011 0 0 10011 10110100 101011 1000010

Color Harmonies of #85CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CECE

Black with #85CECE

Text Example


Text Example

White with #85CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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