Shades of Light Blue #B4DCF2
Tints of Light Blue #B4DCF2
RGB
CMYK
RGB Variations
Color information
#B4DCF2 (or 0xB4DCF2) is known color: Light Blue. HEX triplet: B4, DC and F2. RGB value is (180,220,242). Sum of RGB (Red+Green+Blue) = 180+220+242=642 (85% of max value = 765). Red value is 180 (70.70% from 255 or 28.04% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DCF2 is #4B230D. Grayscale: #D2D2D2. Windows color (decimal): -4924174 or 15916212. OLE color: 15916212.
HSL color Cylindrical-coordinate representation of color #B4DCF2: hue angle of 201.29º 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 #B4DCF2 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 220 | 242 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.05 |
| HSL | 201.29º | 0.7% | 0.83% | - |
| HSV(B) | 201.29º | 0.26% | 0.95% | - |
| XYZ | 60.44 | 67.3 | 93.81 | - |
| YUV | 210.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 242 | 0.26 | 0.09 | 0 | 0.05 | 201.29 | 0.7 | 0.83 |
| Hex | B4 | DC | F2 | 1A | 9 | 0 | 5 | C9 | 46 | 53 |
| Octal | 264 | 334 | 362 | 32 | 11 | 0 | 5 | 311 | 106 | 123 |
| Binary | 10110100 | 11011100 | 11110010 | 11010 | 1001 | 0 | 101 | 11001001 | 1000110 | 1010011 |
Color Harmonies of #B4DCF2
Complementary color
Monochromatic Colors of #B4DCF2
Black with #B4DCF2
Text Example
Text Example
White with #B4DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCF2; }
p { color: rgb(180,220,242); }
H1.HeaderClassName
{
color: #B4DCF2;
}
.AnyTagClassName
{
color: #B4DCF2;
}
</style>
background-color css
<style>
a { background-color: #B4DCF2; }
a { background-color: rgb(180,220,242); }
div.DivClassName
{
background-color: #B4DCF2;
}
.BgClassName
{
background-color: #B4DCF2;
}
</style>
border-color css
<style>
span { border-color: #B4DCF2; }
span { border-color: rgb(180,220,242); }
td.TdClassName
{
border-color: #B4DCF2;
}
.TagClassName
{
border-color: #B4DCF2;
}
</style>