Shades of Cornflower #9BBFDA
Tints of Cornflower #9BBFDA
RGB
CMYK
RGB Variations
Color information
#9BBFDA (or 0x9BBFDA) is known color: Cornflower. HEX triplet: 9B, BF and DA. RGB value is (155,191,218). Sum of RGB (Red+Green+Blue) = 155+191+218=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFDA is #644025. Grayscale: #B7B7B7. Windows color (decimal): -6570022 or 14335899. OLE color: 14335899.
HSL color Cylindrical-coordinate representation of color #9BBFDA: hue angle of 205.71º 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 #9BBFDA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 191 | 218 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.15 |
| HSL | 205.71º | 0.46% | 0.73% | - |
| HSV(B) | 205.71º | 0.29% | 0.85% | - |
| XYZ | 44.8 | 49.29 | 73.48 | - |
| YUV | 183.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 218 | 0.29 | 0.12 | 0 | 0.15 | 205.71 | 0.46 | 0.73 |
| Hex | 9B | BF | DA | 1D | C | 0 | F | CE | 2E | 49 |
| Octal | 233 | 277 | 332 | 35 | 14 | 0 | 17 | 316 | 56 | 111 |
| Binary | 10011011 | 10111111 | 11011010 | 11101 | 1100 | 0 | 1111 | 11001110 | 101110 | 1001001 |
Color Harmonies of #9BBFDA
Complementary color
Monochromatic Colors of #9BBFDA
Black with #9BBFDA
Text Example
Text Example
White with #9BBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFDA; }
p { color: rgb(155,191,218); }
H1.HeaderClassName
{
color: #9BBFDA;
}
.AnyTagClassName
{
color: #9BBFDA;
}
</style>
background-color css
<style>
a { background-color: #9BBFDA; }
a { background-color: rgb(155,191,218); }
div.DivClassName
{
background-color: #9BBFDA;
}
.BgClassName
{
background-color: #9BBFDA;
}
</style>
border-color css
<style>
span { border-color: #9BBFDA; }
span { border-color: rgb(155,191,218); }
td.TdClassName
{
border-color: #9BBFDA;
}
.TagClassName
{
border-color: #9BBFDA;
}
</style>