Shades of Light Blue #B9DAF0
Tints of Light Blue #B9DAF0
RGB
CMYK
RGB Variations
Color information
#B9DAF0 (or 0xB9DAF0) is known color: Light Blue. HEX triplet: B9, DA and F0. RGB value is (185,218,240). Sum of RGB (Red+Green+Blue) = 185+218+240=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #B9DAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAF0 is #46250F. Grayscale: #D2D2D2. Windows color (decimal): -4597008 or 15784633. OLE color: 15784633.
HSL color Cylindrical-coordinate representation of color #B9DAF0: hue angle of 204º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9DAF0 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 218 | 240 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.06 |
| HSL | 204º | 0.65% | 0.83% | - |
| HSV(B) | 204º | 0.23% | 0.94% | - |
| XYZ | 60.81 | 66.75 | 92.12 | - |
| YUV | 210.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 240 | 0.23 | 0.09 | 0 | 0.06 | 204 | 0.65 | 0.83 |
| Hex | B9 | DA | F0 | 17 | 9 | 0 | 6 | CC | 41 | 53 |
| Octal | 271 | 332 | 360 | 27 | 11 | 0 | 6 | 314 | 101 | 123 |
| Binary | 10111001 | 11011010 | 11110000 | 10111 | 1001 | 0 | 110 | 11001100 | 1000001 | 1010011 |
Color Harmonies of #B9DAF0
Complementary color
Monochromatic Colors of #B9DAF0
Black with #B9DAF0
Text Example
Text Example
White with #B9DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DAF0; }
p { color: rgb(185,218,240); }
H1.HeaderClassName
{
color: #B9DAF0;
}
.AnyTagClassName
{
color: #B9DAF0;
}
</style>
background-color css
<style>
a { background-color: #B9DAF0; }
a { background-color: rgb(185,218,240); }
div.DivClassName
{
background-color: #B9DAF0;
}
.BgClassName
{
background-color: #B9DAF0;
}
</style>
border-color css
<style>
span { border-color: #B9DAF0; }
span { border-color: rgb(185,218,240); }
td.TdClassName
{
border-color: #B9DAF0;
}
.TagClassName
{
border-color: #B9DAF0;
}
</style>