Shades of Light Blue #B5DCEF
Tints of Light Blue #B5DCEF
RGB
CMYK
RGB Variations
Color information
#B5DCEF (or 0xB5DCEF) is known color: Light Blue. HEX triplet: B5, DC and EF. RGB value is (181,220,239). Sum of RGB (Red+Green+Blue) = 181+220+239=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DCEF is #4A2310. Grayscale: #D2D2D2. Windows color (decimal): -4858641 or 15719605. OLE color: 15719605.
HSL color Cylindrical-coordinate representation of color #B5DCEF: hue angle of 199.66º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5DCEF is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 181 | 220 | 239 | - |
CMYK | 0.24 | 0.08 | 0 | 0.06 |
HSL | 199.66º | 0.64% | 0.82% | - |
HSV(B) | 199.66º | 0.24% | 0.94% | - |
XYZ | 60.23 | 67.24 | 91.47 | - |
YUV | 210.51 | 144.08 | 106.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 220 | 239 | 0.24 | 0.08 | 0 | 0.06 | 199.66 | 0.64 | 0.82 |
Hex | B5 | DC | EF | 18 | 8 | 0 | 6 | C8 | 40 | 52 |
Octal | 265 | 334 | 357 | 30 | 10 | 0 | 6 | 310 | 100 | 122 |
Binary | 10110101 | 11011100 | 11101111 | 11000 | 1000 | 0 | 110 | 11001000 | 1000000 | 1010010 |
Color Harmonies of #B5DCEF
Complementary color
Monochromatic Colors of #B5DCEF
Black with #B5DCEF
Text Example
Text Example
White with #B5DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCEF; }
p { color: rgb(181,220,239); }
H1.HeaderClassName
{
color: #B5DCEF;
}
.AnyTagClassName
{
color: #B5DCEF;
}
</style>
background-color css
<style>
a { background-color: #B5DCEF; }
a { background-color: rgb(181,220,239); }
div.DivClassName
{
background-color: #B5DCEF;
}
.BgClassName
{
background-color: #B5DCEF;
}
</style>
border-color css
<style>
span { border-color: #B5DCEF; }
span { border-color: rgb(181,220,239); }
td.TdClassName
{
border-color: #B5DCEF;
}
.TagClassName
{
border-color: #B5DCEF;
}
</style>