#8CCAF0

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

Shades of Cornflower #8CCAF0

Tints of Cornflower #8CCAF0

Color information

#8CCAF0 (or 0x8CCAF0) is unknown color: approx Cornflower. HEX triplet: 8C, CA and F0. RGB value is (140,202,240). Sum of RGB (Red+Green+Blue) = 140+202+240=582 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.05% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #8CCAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCAF0 is #73350F. Grayscale: #BBBBBB. Windows color (decimal): -7550224 or 15780492. OLE color: 15780492.

HSL color Cylindrical-coordinate representation of color #8CCAF0: hue angle of 202.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCAF0 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140202240-
CMYK0.420.1600.06
HSL202.8º76.92%74.51%-
HSV(B)202.8º41.67%94.12%-
XYZ47.6654.1190.37-
YUV187.79157.4693.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.05%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 240 (94.14% from 255) = 41.24%
R=24.05%
G=34.71%
B=41.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402022400.420.1600.06202.876.9274.51
Hex8CCAF02A1006cb4d4b
Octal214312360522006313115113
Binary1000110011001010111100001010101000001101100101110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,202,240); }

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

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

 a { background-color: rgb(140,202,240); }

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

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

 span { border-color: rgb(140,202,240); }

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