#8CC0DD

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

Shades of Cornflower #8CC0DD

Tints of Cornflower #8CC0DD

Color information

#8CC0DD (or 0x8CC0DD) is unknown color: approx Cornflower. HEX triplet: 8C, C0 and DD. RGB value is (140,192,221). Sum of RGB (Red+Green+Blue) = 140+192+221=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC0DD is #733F22. Grayscale: #B3B3B3. Windows color (decimal): -7552803 or 14532748. OLE color: 14532748.

HSL color Cylindrical-coordinate representation of color #8CC0DD: hue angle of 201.48º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CC0DD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140192221-
CMYK0.370.1300.13
HSL201.48º54.36%70.78%-
HSV(B)201.48º36.65%86.67%-
XYZ42.7248.575.52-
YUV179.76151.2799.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.32%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=25.32%
G=34.72%
B=39.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401922210.370.1300.13201.4854.3670.78
Hex8CC0DD25D0Dc93647
Octal214300335451501531166107
Binary100011001100000011011101100101110101101110010011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,192,221); }

 H1.HeaderClassName
 {
   color: #8CC0DD;
 }
 .AnyTagClassName
 {
   color: #8CC0DD;
 }
</style>
background-color css

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

 a { background-color: rgb(140,192,221); }

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

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

 span { border-color: rgb(140,192,221); }

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