#8BBEE7

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

Shades of Cornflower #8BBEE7

Tints of Cornflower #8BBEE7

Color information

#8BBEE7 (or 0x8BBEE7) is unknown color: approx Cornflower. HEX triplet: 8B, BE and E7. RGB value is (139,190,231). Sum of RGB (Red+Green+Blue) = 139+190+231=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #8BBEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBEE7 is #744118. Grayscale: #B3B3B3. Windows color (decimal): -7618841 or 15187595. OLE color: 15187595.

HSL color Cylindrical-coordinate representation of color #8BBEE7: hue angle of 206.74º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BBEE7 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139190231-
CMYK0.400.1800.09
HSL206.74º65.71%72.55%-
HSV(B)206.74º39.83%90.59%-
XYZ43.4848.0982.59-
YUV179.42157.199.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.82%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 231 (90.62% from 255) = 41.25%
R=24.82%
G=33.93%
B=41.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1391902310.400.1800.09206.7465.7172.55
Hex8BBEE7281209cf4249
Octal2132763475022011317102111
Binary10001011101111101110011110100010010010011100111110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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