#8CBBEE

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

Shades of Cornflower #8CBBEE

Tints of Cornflower #8CBBEE

Color information

#8CBBEE (or 0x8CBBEE) is unknown color: approx Cornflower. HEX triplet: 8C, BB and EE. RGB value is (140,187,238). Sum of RGB (Red+Green+Blue) = 140+187+238=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CBBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBBEE is #734411. Grayscale: #B2B2B2. Windows color (decimal): -7554066 or 15645580. OLE color: 15645580.

HSL color Cylindrical-coordinate representation of color #8CBBEE: hue angle of 211.22º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBBEE is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140187238-
CMYK0.410.2100.07
HSL211.22º74.24%74.12%-
HSV(B)211.22º41.18%93.33%-
XYZ44.0247.2987.7-
YUV178.76161.43100.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.78%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=24.78%
G=33.10%
B=42.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1401872380.410.2100.07211.2274.2474.12
Hex8CBBEE291507d34a4a
Octal214273356512507323112112
Binary1000110010111011111011101010011010101111101001110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,187,238); }

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

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

 a { background-color: rgb(140,187,238); }

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

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

 span { border-color: rgb(140,187,238); }

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