Shades of Light Blue #B4DDF3
Tints of Light Blue #B4DDF3
RGB
CMYK
RGB Variations
Color information
#B4DDF3 (or 0xB4DDF3) is known color: Light Blue. HEX triplet: B4, DD and F3. RGB value is (180,221,243). Sum of RGB (Red+Green+Blue) = 180+221+243=644 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.95% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #B4DDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DDF3 is #4B220C. Grayscale: #D3D3D3. Windows color (decimal): -4923917 or 15982004. OLE color: 15982004.
HSL color Cylindrical-coordinate representation of color #B4DDF3: hue angle of 200.95º degrees, saturation: 0.72, 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 #B4DDF3 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 180 | 221 | 243 | - |
CMYK | 0.26 | 0.09 | 0 | 0.05 |
HSL | 200.95º | 0.72% | 0.83% | - |
HSV(B) | 200.95º | 0.26% | 0.95% | - |
XYZ | 60.86 | 67.89 | 94.69 | - |
YUV | 211.25 | 145.92 | 105.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 221 | 243 | 0.26 | 0.09 | 0 | 0.05 | 200.95 | 0.72 | 0.83 |
Hex | B4 | DD | F3 | 1A | 9 | 0 | 5 | C9 | 48 | 53 |
Octal | 264 | 335 | 363 | 32 | 11 | 0 | 5 | 311 | 110 | 123 |
Binary | 10110100 | 11011101 | 11110011 | 11010 | 1001 | 0 | 101 | 11001001 | 1001000 | 1010011 |
Color Harmonies of #B4DDF3
Complementary color
Monochromatic Colors of #B4DDF3
Black with #B4DDF3
Text Example
Text Example
White with #B4DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDF3; }
p { color: rgb(180,221,243); }
H1.HeaderClassName
{
color: #B4DDF3;
}
.AnyTagClassName
{
color: #B4DDF3;
}
</style>
background-color css
<style>
a { background-color: #B4DDF3; }
a { background-color: rgb(180,221,243); }
div.DivClassName
{
background-color: #B4DDF3;
}
.BgClassName
{
background-color: #B4DDF3;
}
</style>
border-color css
<style>
span { border-color: #B4DDF3; }
span { border-color: rgb(180,221,243); }
td.TdClassName
{
border-color: #B4DDF3;
}
.TagClassName
{
border-color: #B4DDF3;
}
</style>