#8BBDE8

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

Shades of Cornflower #8BBDE8

Tints of Cornflower #8BBDE8

Color information

#8BBDE8 (or 0x8BBDE8) is unknown color: approx Cornflower. HEX triplet: 8B, BD and E8. RGB value is (139,189,232). Sum of RGB (Red+Green+Blue) = 139+189+232=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #8BBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDE8 is #744217. Grayscale: #B2B2B2. Windows color (decimal): -7619096 or 15252875. OLE color: 15252875.

HSL color Cylindrical-coordinate representation of color #8BBDE8: hue angle of 207.74º degrees, saturation: 0.67, 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 #8BBDE8 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139189232-
CMYK0.400.1900.09
HSL207.74º66.91%72.75%-
HSV(B)207.74º40.09%90.98%-
XYZ43.4147.7183.26-
YUV178.95157.9499.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.82%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 232 (91.02% from 255) = 41.43%
R=24.82%
G=33.75%
B=41.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1391892320.400.1900.09207.7466.9172.75
Hex8BBDE8281309d04349
Octal2132753505023011320103111
Binary10001011101111011110100010100010011010011101000010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,189,232); }

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

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

 a { background-color: rgb(139,189,232); }

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

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

 span { border-color: rgb(139,189,232); }

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