Html Css Color HEX #85CADF Spray

📋 copy color: '#85CADF'

red 133 ◦ green 202 ◦ blue 223

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

Shades of Spray #85CADF

Tints of Spray #85CADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.2%

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

R = 23.84%
G = 36.2%
B = 39.96%

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

#85CADF (or 0x85CADF) is known color: Spray. HEX triplet: 85, CA and DF. RGB value is (133,202,223). Sum of RGB (Red+Green+Blue) = 133+202+223=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #85CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CADF is #7A3520. Grayscale: #B7B7B7. Windows color (decimal): -8008993 or 14666373. OLE color: 14666373.

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

Color convert

RGB 133 202 223 -
CMYK 0.40 0.09 0 0.13
HSL 194º 0.58% 0.7% -
HSV(B) 194º 0.4% 0.87% -
XYZ 44.11 52.56 77.63 -
YUV 183.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 133 202 223 0.40 0.09 0 0.13 194 0.58 0.7
Hex 85 CA DF 28 9 0 D C2 3A 46
Octal 205 312 337 50 11 0 15 302 72 106
Binary 10000101 11001010 11011111 101000 1001 0 1101 11000010 111010 1000110

Color Harmonies of #85CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CADF

Black with #85CADF

Text Example


Text Example

White with #85CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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