#8BBDEB

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

Shades of Cornflower #8BBDEB

Tints of Cornflower #8BBDEB

Color information

#8BBDEB (or 0x8BBDEB) is unknown color: approx Cornflower. HEX triplet: 8B, BD and EB. RGB value is (139,189,235). Sum of RGB (Red+Green+Blue) = 139+189+235=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BBDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDEB is #744214. Grayscale: #B3B3B3. Windows color (decimal): -7619093 or 15449483. OLE color: 15449483.

HSL color Cylindrical-coordinate representation of color #8BBDEB: hue angle of 208.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BBDEB is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139189235-
CMYK0.410.2000.08
HSL208.75º70.59%73.33%-
HSV(B)208.75º40.85%92.16%-
XYZ43.8447.8885.53-
YUV179.29159.4499.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.69%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=24.69%
G=33.57%
B=41.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391892350.410.2000.08208.7570.5973.33
Hex8BBDEB291408d14749
Octal2132753535124010321107111
Binary10001011101111011110101110100110100010001101000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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