#9BBEDA

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

Shades of Cornflower #9BBEDA

Tints of Cornflower #9BBEDA

Color information

#9BBEDA (or 0x9BBEDA) is unknown color: approx Cornflower. HEX triplet: 9B, BE and DA. RGB value is (155,190,218). Sum of RGB (Red+Green+Blue) = 155+190+218=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEDA is #644125. Grayscale: #B6B6B6. Windows color (decimal): -6570278 or 14335643. OLE color: 14335643.

HSL color Cylindrical-coordinate representation of color #9BBEDA: hue angle of 206.67º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BBEDA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155190218-
CMYK0.290.1300.15
HSL206.67º45.99%73.14%-
HSV(B)206.67º28.9%85.49%-
XYZ44.5948.8673.41-
YUV182.73147.9108.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=27.53%
G=33.75%
B=38.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551902180.290.1300.15206.6745.9973.14
Hex9BBEDA1DD0Fcf2e49
Octal233276332351501731756111
Binary10011011101111101101101011101110101111110011111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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