Shades of Light Blue #B2D7ED
Tints of Light Blue #B2D7ED
RGB
CMYK
RGB Variations
Color information
#B2D7ED (or 0xB2D7ED) is known color: Light Blue. HEX triplet: B2, D7 and ED. RGB value is (178,215,237). Sum of RGB (Red+Green+Blue) = 178+215+237=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2D7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D7ED is #4D2812. Grayscale: #CECECE. Windows color (decimal): -5056531 or 15587250. OLE color: 15587250.
HSL color Cylindrical-coordinate representation of color #B2D7ED: hue angle of 202.37º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2D7ED is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 178 | 215 | 237 | - |
CMYK | 0.25 | 0.09 | 0 | 0.07 |
HSL | 202.37º | 0.62% | 0.81% | - |
HSV(B) | 202.37º | 0.25% | 0.93% | - |
XYZ | 57.95 | 64.18 | 89.45 | - |
YUV | 206.45 | 145.24 | 107.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 215 | 237 | 0.25 | 0.09 | 0 | 0.07 | 202.37 | 0.62 | 0.81 |
Hex | B2 | D7 | ED | 19 | 9 | 0 | 7 | CA | 3E | 51 |
Octal | 262 | 327 | 355 | 31 | 11 | 0 | 7 | 312 | 76 | 121 |
Binary | 10110010 | 11010111 | 11101101 | 11001 | 1001 | 0 | 111 | 11001010 | 111110 | 1010001 |
Color Harmonies of #B2D7ED
Complementary color
Monochromatic Colors of #B2D7ED
Black with #B2D7ED
Text Example
Text Example
White with #B2D7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D7ED; }
p { color: rgb(178,215,237); }
H1.HeaderClassName
{
color: #B2D7ED;
}
.AnyTagClassName
{
color: #B2D7ED;
}
</style>
background-color css
<style>
a { background-color: #B2D7ED; }
a { background-color: rgb(178,215,237); }
div.DivClassName
{
background-color: #B2D7ED;
}
.BgClassName
{
background-color: #B2D7ED;
}
</style>
border-color css
<style>
span { border-color: #B2D7ED; }
span { border-color: rgb(178,215,237); }
td.TdClassName
{
border-color: #B2D7ED;
}
.TagClassName
{
border-color: #B2D7ED;
}
</style>