Html Css Color HEX #85CBDC Spray

📋 copy color: '#85CBDC'

red 133 ◦ green 203 ◦ blue 220

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

Shades of Spray #85CBDC

Tints of Spray #85CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.51%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 23.92%
G = 36.51%
B = 39.57%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85CBDC (or 0x85CBDC) is known color: Spray. HEX triplet: 85, CB and DC. RGB value is (133,203,220). Sum of RGB (Red+Green+Blue) = 133+203+220=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #85CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBDC is #7A3423. Grayscale: #B7B7B7. Windows color (decimal): -8008740 or 14470021. OLE color: 14470021.

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

Color convert

RGB 133 203 220 -
CMYK 0.40 0.08 0 0.14
HSL 191.72º 0.55% 0.69% -
HSV(B) 191.72º 0.4% 0.86% -
XYZ 43.95 52.87 75.6 -
YUV 184.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 133 203 220 0.40 0.08 0 0.14 191.72 0.55 0.69
Hex 85 CB DC 28 8 0 E C0 37 45
Octal 205 313 334 50 10 0 16 300 67 105
Binary 10000101 11001011 11011100 101000 1000 0 1110 11000000 110111 1000101

Color Harmonies of #85CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CBDC

Black with #85CBDC

Text Example


Text Example

White with #85CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,203,220); }

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

background-color css

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

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

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

border-color css

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

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

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