Shades of Light Blue #B3DEED
Tints of Light Blue #B3DEED
RGB
CMYK
RGB Variations
Color information
#B3DEED (or 0xB3DEED) is known color: Light Blue. HEX triplet: B3, DE and ED. RGB value is (179,222,237). Sum of RGB (Red+Green+Blue) = 179+222+237=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DEED is #4C2112. Grayscale: #D2D2D2. Windows color (decimal): -4989203 or 15589043. OLE color: 15589043.
HSL color Cylindrical-coordinate representation of color #B3DEED: hue angle of 195.52º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3DEED is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 222 | 237 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.07 |
| HSL | 195.52º | 0.62% | 0.82% | - |
| HSV(B) | 195.52º | 0.24% | 0.93% | - |
| XYZ | 60 | 67.94 | 90.07 | - |
| YUV | 210.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 222 | 237 | 0.24 | 0.06 | 0 | 0.07 | 195.52 | 0.62 | 0.82 |
| Hex | B3 | DE | ED | 18 | 6 | 0 | 7 | C4 | 3E | 52 |
| Octal | 263 | 336 | 355 | 30 | 6 | 0 | 7 | 304 | 76 | 122 |
| Binary | 10110011 | 11011110 | 11101101 | 11000 | 110 | 0 | 111 | 11000100 | 111110 | 1010010 |
Color Harmonies of #B3DEED
Complementary color
Monochromatic Colors of #B3DEED
Black with #B3DEED
Text Example
Text Example
White with #B3DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DEED; }
p { color: rgb(179,222,237); }
H1.HeaderClassName
{
color: #B3DEED;
}
.AnyTagClassName
{
color: #B3DEED;
}
</style>
background-color css
<style>
a { background-color: #B3DEED; }
a { background-color: rgb(179,222,237); }
div.DivClassName
{
background-color: #B3DEED;
}
.BgClassName
{
background-color: #B3DEED;
}
</style>
border-color css
<style>
span { border-color: #B3DEED; }
span { border-color: rgb(179,222,237); }
td.TdClassName
{
border-color: #B3DEED;
}
.TagClassName
{
border-color: #B3DEED;
}
</style>