Html Css Color HEX #85CCDD Spray

📋 copy color: '#85CCDD'

red 133 ◦ green 204 ◦ blue 221

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

Shades of Spray #85CCDD

Tints of Spray #85CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.56%

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 23.84%
G = 36.56%
B = 39.61%

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

#85CCDD (or 0x85CCDD) is known color: Spray. HEX triplet: 85, CC and DD. RGB value is (133,204,221). Sum of RGB (Red+Green+Blue) = 133+204+221=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #85CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCDD is #7A3322. Grayscale: #B8B8B8. Windows color (decimal): -8008483 or 14535813. OLE color: 14535813.

HSL color Cylindrical-coordinate representation of color #85CCDD: hue angle of 191.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CCDD is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 204 221 -
CMYK 0.40 0.08 0 0.13
HSL 191.59º 0.56% 0.69% -
HSV(B) 191.59º 0.4% 0.87% -
XYZ 44.32 53.39 76.38 -
YUV 184.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 133 204 221 0.40 0.08 0 0.13 191.59 0.56 0.69
Hex 85 CC DD 28 8 0 D C0 38 45
Octal 205 314 335 50 10 0 15 300 70 105
Binary 10000101 11001100 11011101 101000 1000 0 1101 11000000 111000 1000101

Color Harmonies of #85CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CCDD

Black with #85CCDD

Text Example


Text Example

White with #85CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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