Shades of Light Blue #B4DFF1
Tints of Light Blue #B4DFF1
RGB
CMYK
RGB Variations
Color information
#B4DFF1 (or 0xB4DFF1) is known color: Light Blue. HEX triplet: B4, DF and F1. RGB value is (180,223,241). Sum of RGB (Red+Green+Blue) = 180+223+241=644 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.95% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DFF1 is #4B200E. Grayscale: #D4D4D4. Windows color (decimal): -4923407 or 15851444. OLE color: 15851444.
HSL color Cylindrical-coordinate representation of color #B4DFF1: hue angle of 197.7º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4DFF1 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 223 | 241 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.05 |
| HSL | 197.7º | 0.69% | 0.83% | - |
| HSV(B) | 197.7º | 0.25% | 0.95% | - |
| XYZ | 61.09 | 68.83 | 93.28 | - |
| YUV | 212.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 241 | 0.25 | 0.07 | 0 | 0.05 | 197.7 | 0.69 | 0.83 |
| Hex | B4 | DF | F1 | 19 | 7 | 0 | 5 | C6 | 45 | 53 |
| Octal | 264 | 337 | 361 | 31 | 7 | 0 | 5 | 306 | 105 | 123 |
| Binary | 10110100 | 11011111 | 11110001 | 11001 | 111 | 0 | 101 | 11000110 | 1000101 | 1010011 |
Color Harmonies of #B4DFF1
Complementary color
Monochromatic Colors of #B4DFF1
Black with #B4DFF1
Text Example
Text Example
White with #B4DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DFF1; }
p { color: rgb(180,223,241); }
H1.HeaderClassName
{
color: #B4DFF1;
}
.AnyTagClassName
{
color: #B4DFF1;
}
</style>
background-color css
<style>
a { background-color: #B4DFF1; }
a { background-color: rgb(180,223,241); }
div.DivClassName
{
background-color: #B4DFF1;
}
.BgClassName
{
background-color: #B4DFF1;
}
</style>
border-color css
<style>
span { border-color: #B4DFF1; }
span { border-color: rgb(180,223,241); }
td.TdClassName
{
border-color: #B4DFF1;
}
.TagClassName
{
border-color: #B4DFF1;
}
</style>