Shades of Light Blue #B3CFDE
Tints of Light Blue #B3CFDE
RGB
CMYK
RGB Variations
Color information
#B3CFDE (or 0xB3CFDE) is known color: Light Blue. HEX triplet: B3, CF and DE. RGB value is (179,207,222). Sum of RGB (Red+Green+Blue) = 179+207+222=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFDE is #4C3021. Grayscale: #C8C8C8. Windows color (decimal): -4993058 or 14602163. OLE color: 14602163.
HSL color Cylindrical-coordinate representation of color #B3CFDE: hue angle of 200.93º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3CFDE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 207 | 222 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.13 |
| HSL | 200.93º | 0.39% | 0.79% | - |
| HSV(B) | 200.93º | 0.19% | 0.87% | - |
| XYZ | 54.09 | 59.48 | 77.74 | - |
| YUV | 200.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 222 | 0.19 | 0.07 | 0 | 0.13 | 200.93 | 0.39 | 0.79 |
| Hex | B3 | CF | DE | 13 | 7 | 0 | D | C9 | 27 | 4F |
| Octal | 263 | 317 | 336 | 23 | 7 | 0 | 15 | 311 | 47 | 117 |
| Binary | 10110011 | 11001111 | 11011110 | 10011 | 111 | 0 | 1101 | 11001001 | 100111 | 1001111 |
Color Harmonies of #B3CFDE
Complementary color
Monochromatic Colors of #B3CFDE
Black with #B3CFDE
Text Example
Text Example
White with #B3CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFDE; }
p { color: rgb(179,207,222); }
H1.HeaderClassName
{
color: #B3CFDE;
}
.AnyTagClassName
{
color: #B3CFDE;
}
</style>
background-color css
<style>
a { background-color: #B3CFDE; }
a { background-color: rgb(179,207,222); }
div.DivClassName
{
background-color: #B3CFDE;
}
.BgClassName
{
background-color: #B3CFDE;
}
</style>
border-color css
<style>
span { border-color: #B3CFDE; }
span { border-color: rgb(179,207,222); }
td.TdClassName
{
border-color: #B3CFDE;
}
.TagClassName
{
border-color: #B3CFDE;
}
</style>