#9BBEDE

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

Shades of Cornflower #9BBEDE

Tints of Cornflower #9BBEDE

Color information

#9BBEDE (or 0x9BBEDE) is unknown color: approx Cornflower. HEX triplet: 9B, BE and DE. RGB value is (155,190,222). Sum of RGB (Red+Green+Blue) = 155+190+222=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BBEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEDE is #644121. Grayscale: #B7B7B7. Windows color (decimal): -6570274 or 14597787. OLE color: 14597787.

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

Color convert

RGB155190222-
CMYK0.300.1400.13
HSL208.66º50.38%73.92%-
HSV(B)208.66º30.18%87.06%-
XYZ45.1249.0776.2-
YUV183.18149.9107.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.34%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=27.34%
G=33.51%
B=39.15%

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
Decimal1551902220.300.1400.13208.6650.3873.92
Hex9BBEDE1EE0Dd1324a
Octal233276336361601532162112
Binary10011011101111101101111011110111001101110100011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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