#8CCCDB

Color #8CCCDB Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #8CCCDB

Tints of Spray #8CCCDB

Color information

#8CCCDB (or 0x8CCCDB) is unknown color: approx 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

RGB140204219-
CMYK0.360.0700.14
HSL191.39º52.32%70.39%-
HSV(B)191.39º36.07%85.88%-
XYZ45.1953.8875.03-
YUV186.57146.394.78-

RGB Variations

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

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.90%
R=24.87%
G=36.23%
B=38.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402042190.360.0700.14191.3952.3270.39
Hex8CCCDB2470Ebf3446
Octal21431433344701627764106
Binary10001100110011001101101110010011101110101111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>