Shades of Light Blue #B3DDF3
Tints of Light Blue #B3DDF3
RGB
CMYK
RGB Variations
Color information
#B3DDF3 (or 0xB3DDF3) is known color: Light Blue. HEX triplet: B3, DD and F3. RGB value is (179,221,243). Sum of RGB (Red+Green+Blue) = 179+221+243=643 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.84% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #B3DDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDF3 is #4C220C. Grayscale: #D2D2D2. Windows color (decimal): -4989453 or 15982003. OLE color: 15982003.
HSL color Cylindrical-coordinate representation of color #B3DDF3: hue angle of 200.62º degrees, saturation: 0.73, 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 #B3DDF3 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 221 | 243 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.05 |
| HSL | 200.63º | 0.73% | 0.83% | - |
| HSV(B) | 200.63º | 0.26% | 0.95% | - |
| XYZ | 60.62 | 67.77 | 94.68 | - |
| YUV | 210.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 243 | 0.26 | 0.09 | 0 | 0.05 | 200.63 | 0.73 | 0.83 |
| Hex | B3 | DD | F3 | 1A | 9 | 0 | 5 | C9 | 49 | 53 |
| Octal | 263 | 335 | 363 | 32 | 11 | 0 | 5 | 311 | 111 | 123 |
| Binary | 10110011 | 11011101 | 11110011 | 11010 | 1001 | 0 | 101 | 11001001 | 1001001 | 1010011 |
Color Harmonies of #B3DDF3
Complementary color
Monochromatic Colors of #B3DDF3
Black with #B3DDF3
Text Example
Text Example
White with #B3DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDF3; }
p { color: rgb(179,221,243); }
H1.HeaderClassName
{
color: #B3DDF3;
}
.AnyTagClassName
{
color: #B3DDF3;
}
</style>
background-color css
<style>
a { background-color: #B3DDF3; }
a { background-color: rgb(179,221,243); }
div.DivClassName
{
background-color: #B3DDF3;
}
.BgClassName
{
background-color: #B3DDF3;
}
</style>
border-color css
<style>
span { border-color: #B3DDF3; }
span { border-color: rgb(179,221,243); }
td.TdClassName
{
border-color: #B3DDF3;
}
.TagClassName
{
border-color: #B3DDF3;
}
</style>