Html Css Color HEX #85CCDF Spray

📋 copy color: '#85CCDF'

red 133 ◦ green 204 ◦ blue 223

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

Shades of Spray #85CCDF

Tints of Spray #85CCDF

RGB

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

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

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

R = 23.75%
G = 36.43%
B = 39.82%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85CCDF (or 0x85CCDF) is known color: Spray. HEX triplet: 85, CC and DF. RGB value is (133,204,223). Sum of RGB (Red+Green+Blue) = 133+204+223=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #85CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCDF is #7A3320. Grayscale: #B8B8B8. Windows color (decimal): -8008481 or 14666885. OLE color: 14666885.

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

Color convert

RGB 133 204 223 -
CMYK 0.40 0.09 0 0.13
HSL 192.67º 0.58% 0.7% -
HSV(B) 192.67º 0.4% 0.87% -
XYZ 44.59 53.5 77.79 -
YUV 184.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 133 204 223 0.40 0.09 0 0.13 192.67 0.58 0.7
Hex 85 CC DF 28 9 0 D C1 3A 46
Octal 205 314 337 50 11 0 15 301 72 106
Binary 10000101 11001100 11011111 101000 1001 0 1101 11000001 111010 1000110

Color Harmonies of #85CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CCDF

Black with #85CCDF

Text Example


Text Example

White with #85CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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