#8BBCDA

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

Shades of Cornflower #8BBCDA

Tints of Cornflower #8BBCDA

Color information

#8BBCDA (or 0x8BBCDA) is unknown color: approx Cornflower. HEX triplet: 8B, BC and DA. RGB value is (139,188,218). Sum of RGB (Red+Green+Blue) = 139+188+218=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BBCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCDA is #744325. Grayscale: #B0B0B0. Windows color (decimal): -7619366 or 14335115. OLE color: 14335115.

HSL color Cylindrical-coordinate representation of color #8BBCDA: hue angle of 202.78º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BBCDA is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139188218-
CMYK0.360.1400.15
HSL202.78º51.63%70%-
HSV(B)202.78º36.24%85.49%-
XYZ41.2946.5273.13-
YUV176.77151.27101.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 218 (85.55% from 255) = 40%
R=25.50%
G=34.50%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391882180.360.1400.15202.7851.6370
Hex8BBCDA24E0Fcb3446
Octal213274332441601731364106
Binary100010111011110011011010100100111001111110010111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,188,218); }

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

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

 a { background-color: rgb(139,188,218); }

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

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

 span { border-color: rgb(139,188,218); }

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