#9BBFDF

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

Shades of Cornflower #9BBFDF

Tints of Cornflower #9BBFDF

Color information

#9BBFDF (or 0x9BBFDF) is unknown color: approx Cornflower. HEX triplet: 9B, BF and DF. RGB value is (155,191,223). Sum of RGB (Red+Green+Blue) = 155+191+223=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BBFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFDF is #644020. Grayscale: #B7B7B7. Windows color (decimal): -6570017 or 14663579. OLE color: 14663579.

HSL color Cylindrical-coordinate representation of color #9BBFDF: hue angle of 208.24º 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 #9BBFDF is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155191223-
CMYK0.300.1400.13
HSL208.24º51.52%74.12%-
HSV(B)208.24º30.49%87.45%-
XYZ45.4749.5676.98-
YUV183.88150.07107.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.24%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=27.24%
G=33.57%
B=39.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551912230.300.1400.13208.2451.5274.12
Hex9BBFDF1EE0Dd0344a
Octal233277337361601532064112
Binary10011011101111111101111111110111001101110100001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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