Html Css Color HEX #85C2DD Spray

📋 copy color: '#85C2DD'

red 133 ◦ green 194 ◦ blue 221

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

Shades of Spray #85C2DD

Tints of Spray #85C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.4%

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

R = 24.27%
G = 35.4%
B = 40.33%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85C2DD (or 0x85C2DD) is known color: Spray. HEX triplet: 85, C2 and DD. RGB value is (133,194,221). Sum of RGB (Red+Green+Blue) = 133+194+221=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #85C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2DD is #7A3D22. Grayscale: #B2B2B2. Windows color (decimal): -8011043 or 14533253. OLE color: 14533253.

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

Color convert

RGB 133 194 221 -
CMYK 0.40 0.12 0 0.13
HSL 198.41º 0.56% 0.69% -
HSV(B) 198.41º 0.4% 0.87% -
XYZ 42.02 48.79 75.61 -
YUV 178.84 151.79 95.3 -
System Red Green Blue C M Y K H S L
Decimal 133 194 221 0.40 0.12 0 0.13 198.41 0.56 0.69
Hex 85 C2 DD 28 C 0 D C6 38 45
Octal 205 302 335 50 14 0 15 306 70 105
Binary 10000101 11000010 11011101 101000 1100 0 1101 11000110 111000 1000101

Color Harmonies of #85C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C2DD

Black with #85C2DD

Text Example


Text Example

White with #85C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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