Shades of Light Blue #B2CFDE
Tints of Light Blue #B2CFDE
RGB
CMYK
RGB Variations
Color information
#B2CFDE (or 0xB2CFDE) is known color: Light Blue. HEX triplet: B2, CF and DE. RGB value is (178,207,222). Sum of RGB (Red+Green+Blue) = 178+207+222=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFDE is #4D3021. Grayscale: #C7C7C7. Windows color (decimal): -5058594 or 14602162. OLE color: 14602162.
HSL color Cylindrical-coordinate representation of color #B2CFDE: hue angle of 200.45º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2CFDE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 207 | 222 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.13 |
| HSL | 200.45º | 0.4% | 0.78% | - |
| HSV(B) | 200.45º | 0.2% | 0.87% | - |
| XYZ | 53.86 | 59.36 | 77.73 | - |
| YUV | 200.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 222 | 0.20 | 0.07 | 0 | 0.13 | 200.45 | 0.4 | 0.78 |
| Hex | B2 | CF | DE | 14 | 7 | 0 | D | C8 | 28 | 4E |
| Octal | 262 | 317 | 336 | 24 | 7 | 0 | 15 | 310 | 50 | 116 |
| Binary | 10110010 | 11001111 | 11011110 | 10100 | 111 | 0 | 1101 | 11001000 | 101000 | 1001110 |
Color Harmonies of #B2CFDE
Complementary color
Monochromatic Colors of #B2CFDE
Black with #B2CFDE
Text Example
Text Example
White with #B2CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFDE; }
p { color: rgb(178,207,222); }
H1.HeaderClassName
{
color: #B2CFDE;
}
.AnyTagClassName
{
color: #B2CFDE;
}
</style>
background-color css
<style>
a { background-color: #B2CFDE; }
a { background-color: rgb(178,207,222); }
div.DivClassName
{
background-color: #B2CFDE;
}
.BgClassName
{
background-color: #B2CFDE;
}
</style>
border-color css
<style>
span { border-color: #B2CFDE; }
span { border-color: rgb(178,207,222); }
td.TdClassName
{
border-color: #B2CFDE;
}
.TagClassName
{
border-color: #B2CFDE;
}
</style>