#8FBBE8

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

Shades of Cornflower #8FBBE8

Tints of Cornflower #8FBBE8

Color information

#8FBBE8 (or 0x8FBBE8) is unknown color: approx Cornflower. HEX triplet: 8F, BB and E8. RGB value is (143,187,232). Sum of RGB (Red+Green+Blue) = 143+187+232=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #8FBBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBE8 is #704417. Grayscale: #B2B2B2. Windows color (decimal): -7357464 or 15252367. OLE color: 15252367.

HSL color Cylindrical-coordinate representation of color #8FBBE8: hue angle of 210.34º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FBBE8 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB143187232-
CMYK0.380.1900.09
HSL210.34º65.93%73.53%-
HSV(B)210.34º38.36%90.98%-
XYZ43.6647.2183.15-
YUV178.97157.92102.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.44%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 232 (91.02% from 255) = 41.28%
R=25.44%
G=33.27%
B=41.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1431872320.380.1900.09210.3465.9373.53
Hex8FBBE8261309d2424a
Octal2172733504623011322102112
Binary10001111101110111110100010011010011010011101001010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,187,232); }

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

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

 a { background-color: rgb(143,187,232); }

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

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

 span { border-color: rgb(143,187,232); }

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