#8BBEEC

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

Shades of Cornflower #8BBEEC

Tints of Cornflower #8BBEEC

Color information

#8BBEEC (or 0x8BBEEC) is unknown color: approx Cornflower. HEX triplet: 8B, BE and EC. RGB value is (139,190,236). Sum of RGB (Red+Green+Blue) = 139+190+236=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BBEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBEEC is #744113. Grayscale: #B3B3B3. Windows color (decimal): -7618836 or 15515275. OLE color: 15515275.

HSL color Cylindrical-coordinate representation of color #8BBEEC: hue angle of 208.45º degrees, saturation: 0.72, 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 #8BBEEC is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139190236-
CMYK0.410.1900.07
HSL208.45º71.85%73.53%-
HSV(B)208.45º41.1%92.55%-
XYZ44.248.3786.36-
YUV179.99159.698.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.60%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=24.60%
G=33.63%
B=41.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391902360.410.1900.07208.4571.8573.53
Hex8BBEEC291307d0484a
Octal213276354512307320110112
Binary1000101110111110111011001010011001101111101000010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,190,236); }

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

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

 a { background-color: rgb(139,190,236); }

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

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

 span { border-color: rgb(139,190,236); }

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