Shades of Light Blue #B4DDF2
Tints of Light Blue #B4DDF2
RGB
CMYK
RGB Variations
Color information
#B4DDF2 (or 0xB4DDF2) is known color: Light Blue. HEX triplet: B4, DD and F2. RGB value is (180,221,242). Sum of RGB (Red+Green+Blue) = 180+221+242=643 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.99% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DDF2 is #4B220D. Grayscale: #D3D3D3. Windows color (decimal): -4923918 or 15916468. OLE color: 15916468.
HSL color Cylindrical-coordinate representation of color #B4DDF2: hue angle of 200.32º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4DDF2 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 221 | 242 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.05 |
| HSL | 200.32º | 0.7% | 0.83% | - |
| HSV(B) | 200.32º | 0.26% | 0.95% | - |
| XYZ | 60.71 | 67.83 | 93.9 | - |
| YUV | 211.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 242 | 0.26 | 0.09 | 0 | 0.05 | 200.32 | 0.7 | 0.83 |
| Hex | B4 | DD | F2 | 1A | 9 | 0 | 5 | C8 | 46 | 53 |
| Octal | 264 | 335 | 362 | 32 | 11 | 0 | 5 | 310 | 106 | 123 |
| Binary | 10110100 | 11011101 | 11110010 | 11010 | 1001 | 0 | 101 | 11001000 | 1000110 | 1010011 |
Color Harmonies of #B4DDF2
Complementary color
Monochromatic Colors of #B4DDF2
Black with #B4DDF2
Text Example
Text Example
White with #B4DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDF2; }
p { color: rgb(180,221,242); }
H1.HeaderClassName
{
color: #B4DDF2;
}
.AnyTagClassName
{
color: #B4DDF2;
}
</style>
background-color css
<style>
a { background-color: #B4DDF2; }
a { background-color: rgb(180,221,242); }
div.DivClassName
{
background-color: #B4DDF2;
}
.BgClassName
{
background-color: #B4DDF2;
}
</style>
border-color css
<style>
span { border-color: #B4DDF2; }
span { border-color: rgb(180,221,242); }
td.TdClassName
{
border-color: #B4DDF2;
}
.TagClassName
{
border-color: #B4DDF2;
}
</style>