Html Css Color HEX #8CCCDB Spray

📋 copy color: '#8CCCDB'

red 140 ◦ green 204 ◦ blue 219

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

Shades of Spray #8CCCDB

Tints of Spray #8CCCDB

RGB

 RED value IS 140 (55.08% from 255) = 24.87%

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 24.87%
G = 36.23%
B = 38.9%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CCCDB (or 0x8CCCDB) is known color: Spray. HEX triplet: 8C, CC and DB. RGB value is (140,204,219). Sum of RGB (Red+Green+Blue) = 140+204+219=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCDB is #733324. Grayscale: #BABABA. Windows color (decimal): -7549733 or 14404748. OLE color: 14404748.

HSL color Cylindrical-coordinate representation of color #8CCCDB: hue angle of 191.39º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CCCDB is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 204 219 -
CMYK 0.36 0.07 0 0.14
HSL 191.39º 0.52% 0.7% -
HSV(B) 191.39º 0.36% 0.86% -
XYZ 45.19 53.88 75.03 -
YUV 186.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 140 204 219 0.36 0.07 0 0.14 191.39 0.52 0.7
Hex 8C CC DB 24 7 0 E BF 34 46
Octal 214 314 333 44 7 0 16 277 64 106
Binary 10001100 11001100 11011011 100100 111 0 1110 10111111 110100 1000110

Color Harmonies of #8CCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCCDB

Black with #8CCCDB

Text Example


Text Example

White with #8CCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCCDB; }

 p { color: rgb(140,204,219); }

 H1.HeaderClassName
 {
   color: #8CCCDB;
 }
 .AnyTagClassName
 {
   color: #8CCCDB;
 }
</style>

background-color css

<style>
 a { background-color: #8CCCDB; }

 a { background-color: rgb(140,204,219); }

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

border-color css

<style>
 span { border-color: #8CCCDB; }

 span { border-color: rgb(140,204,219); }

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