#9BBEDF

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

Shades of Cornflower #9BBEDF

Tints of Cornflower #9BBEDF

Color information

#9BBEDF (or 0x9BBEDF) is unknown color: approx Cornflower. HEX triplet: 9B, BE and DF. RGB value is (155,190,223). Sum of RGB (Red+Green+Blue) = 155+190+223=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BBEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEDF is #644120. Grayscale: #B7B7B7. Windows color (decimal): -6570273 or 14663323. OLE color: 14663323.

HSL color Cylindrical-coordinate representation of color #9BBEDF: hue angle of 209.12º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBEDF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155190223-
CMYK0.300.1500.13
HSL209.12º51.52%74.12%-
HSV(B)209.12º30.49%87.45%-
XYZ45.2549.1276.91-
YUV183.3150.4107.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.29%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=27.29%
G=33.45%
B=39.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551902230.300.1500.13209.1251.5274.12
Hex9BBEDF1EF0Dd1344a
Octal233276337361701532164112
Binary10011011101111101101111111110111101101110100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,223); }

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

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

 a { background-color: rgb(155,190,223); }

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

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

 span { border-color: rgb(155,190,223); }

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