#8BBCE5

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

Shades of Cornflower #8BBCE5

Tints of Cornflower #8BBCE5

Color information

#8BBCE5 (or 0x8BBCE5) is unknown color: approx Cornflower. HEX triplet: 8B, BC and E5. RGB value is (139,188,229). Sum of RGB (Red+Green+Blue) = 139+188+229=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #8BBCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCE5 is #74431A. Grayscale: #B1B1B1. Windows color (decimal): -7619355 or 15056011. OLE color: 15056011.

HSL color Cylindrical-coordinate representation of color #8BBCE5: hue angle of 207.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BBCE5 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB139188229-
CMYK0.390.1800.10
HSL207.33º63.38%72.16%-
HSV(B)207.33º39.3%89.8%-
XYZ42.7747.1180.97-
YUV178.02156.77100.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 229 (89.84% from 255) = 41.19%
R=25%
G=33.81%
B=41.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1391882290.390.1800.10207.3363.3872.16
Hex8BBCE527120Acf3f48
Octal213274345472201231777110
Binary1000101110111100111001011001111001001010110011111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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