Shades of Light Blue #B4DFF0
Tints of Light Blue #B4DFF0
RGB
CMYK
RGB Variations
Color information
#B4DFF0 (or 0xB4DFF0) is known color: Light Blue. HEX triplet: B4, DF and F0. RGB value is (180,223,240). Sum of RGB (Red+Green+Blue) = 180+223+240=643 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.99% from 643); Green value is 223 (87.5% from 255 or 34.68% 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 #B4DFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DFF0 is #4B200F. Grayscale: #D3D3D3. Windows color (decimal): -4923408 or 15785908. OLE color: 15785908.
HSL color Cylindrical-coordinate representation of color #B4DFF0: hue angle of 197º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4DFF0 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 223 | 240 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.06 |
| HSL | 197º | 0.67% | 0.82% | - |
| HSV(B) | 197º | 0.25% | 0.94% | - |
| XYZ | 60.94 | 68.77 | 92.5 | - |
| YUV | 212.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 240 | 0.25 | 0.07 | 0 | 0.06 | 197 | 0.67 | 0.82 |
| Hex | B4 | DF | F0 | 19 | 7 | 0 | 6 | C5 | 43 | 52 |
| Octal | 264 | 337 | 360 | 31 | 7 | 0 | 6 | 305 | 103 | 122 |
| Binary | 10110100 | 11011111 | 11110000 | 11001 | 111 | 0 | 110 | 11000101 | 1000011 | 1010010 |
Color Harmonies of #B4DFF0
Complementary color
Monochromatic Colors of #B4DFF0
Black with #B4DFF0
Text Example
Text Example
White with #B4DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DFF0; }
p { color: rgb(180,223,240); }
H1.HeaderClassName
{
color: #B4DFF0;
}
.AnyTagClassName
{
color: #B4DFF0;
}
</style>
background-color css
<style>
a { background-color: #B4DFF0; }
a { background-color: rgb(180,223,240); }
div.DivClassName
{
background-color: #B4DFF0;
}
.BgClassName
{
background-color: #B4DFF0;
}
</style>
border-color css
<style>
span { border-color: #B4DFF0; }
span { border-color: rgb(180,223,240); }
td.TdClassName
{
border-color: #B4DFF0;
}
.TagClassName
{
border-color: #B4DFF0;
}
</style>