#9BBFE0

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

Shades of Cornflower #9BBFE0

Tints of Cornflower #9BBFE0

Color information

#9BBFE0 (or 0x9BBFE0) is unknown color: approx Cornflower. HEX triplet: 9B, BF and E0. RGB value is (155,191,224). Sum of RGB (Red+Green+Blue) = 155+191+224=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BBFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFE0 is #64401F. Grayscale: #B7B7B7. Windows color (decimal): -6570016 or 14729115. OLE color: 14729115.

HSL color Cylindrical-coordinate representation of color #9BBFE0: hue angle of 208.7º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BBFE0 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155191224-
CMYK0.310.1500.12
HSL208.7º52.67%74.31%-
HSV(B)208.7º30.8%87.84%-
XYZ45.649.6177.69-
YUV184150.57107.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.19%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=27.19%
G=33.51%
B=39.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551912240.310.1500.12208.752.6774.31
Hex9BBFE01FF0Cd1354a
Octal233277340371701432165112
Binary10011011101111111110000011111111101100110100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BBFE0; }

 p { color: rgb(155,191,224); }

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

<style>
 a { background-color: #9BBFE0; }

 a { background-color: rgb(155,191,224); }

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

<style>
 span { border-color: #9BBFE0; }

 span { border-color: rgb(155,191,224); }

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