Shades of Light Blue #B2D8ED
Tints of Light Blue #B2D8ED
RGB
CMYK
RGB Variations
Color information
#B2D8ED (or 0xB2D8ED) is known color: Light Blue. HEX triplet: B2, D8 and ED. RGB value is (178,216,237). Sum of RGB (Red+Green+Blue) = 178+216+237=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2D8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D8ED is #4D2712. Grayscale: #CECECE. Windows color (decimal): -5056275 or 15587506. OLE color: 15587506.
HSL color Cylindrical-coordinate representation of color #B2D8ED: hue angle of 201.36º 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 #B2D8ED is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 178 | 216 | 237 | - |
CMYK | 0.25 | 0.09 | 0 | 0.07 |
HSL | 201.36º | 0.62% | 0.81% | - |
HSV(B) | 201.36º | 0.25% | 0.93% | - |
XYZ | 58.2 | 64.69 | 89.54 | - |
YUV | 207.03 | 144.91 | 107.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 216 | 237 | 0.25 | 0.09 | 0 | 0.07 | 201.36 | 0.62 | 0.81 |
Hex | B2 | D8 | ED | 19 | 9 | 0 | 7 | C9 | 3E | 51 |
Octal | 262 | 330 | 355 | 31 | 11 | 0 | 7 | 311 | 76 | 121 |
Binary | 10110010 | 11011000 | 11101101 | 11001 | 1001 | 0 | 111 | 11001001 | 111110 | 1010001 |
Color Harmonies of #B2D8ED
Complementary color
Monochromatic Colors of #B2D8ED
Black with #B2D8ED
Text Example
Text Example
White with #B2D8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D8ED; }
p { color: rgb(178,216,237); }
H1.HeaderClassName
{
color: #B2D8ED;
}
.AnyTagClassName
{
color: #B2D8ED;
}
</style>
background-color css
<style>
a { background-color: #B2D8ED; }
a { background-color: rgb(178,216,237); }
div.DivClassName
{
background-color: #B2D8ED;
}
.BgClassName
{
background-color: #B2D8ED;
}
</style>
border-color css
<style>
span { border-color: #B2D8ED; }
span { border-color: rgb(178,216,237); }
td.TdClassName
{
border-color: #B2D8ED;
}
.TagClassName
{
border-color: #B2D8ED;
}
</style>