#8BBEF0

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

Shades of Cornflower #8BBEF0

Tints of Cornflower #8BBEF0

Color information

#8BBEF0 (or 0x8BBEF0) is unknown color: approx Cornflower. HEX triplet: 8B, BE and F0. RGB value is (139,190,240). Sum of RGB (Red+Green+Blue) = 139+190+240=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BBEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBEF0 is #74410F. Grayscale: #B4B4B4. Windows color (decimal): -7618832 or 15777419. OLE color: 15777419.

HSL color Cylindrical-coordinate representation of color #8BBEF0: hue angle of 209.7º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BBEF0 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139190240-
CMYK0.420.2100.06
HSL209.7º77.1%74.31%-
HSV(B)209.7º42.08%94.12%-
XYZ44.7948.6189.46-
YUV180.45161.698.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.43%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=24.43%
G=33.39%
B=42.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1391902400.420.2100.06209.777.174.31
Hex8BBEF02A1506d24d4a
Octal213276360522506322115112
Binary1000101110111110111100001010101010101101101001010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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