Shades of Light Blue #B5DFF3
Tints of Light Blue #B5DFF3
RGB
CMYK
RGB Variations
Color information
#B5DFF3 (or 0xB5DFF3) is known color: Light Blue. HEX triplet: B5, DF and F3. RGB value is (181,223,243). Sum of RGB (Red+Green+Blue) = 181+223+243=647 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.98% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5DFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DFF3 is #4A200C. Grayscale: #D4D4D4. Windows color (decimal): -4857869 or 15982517. OLE color: 15982517.
HSL color Cylindrical-coordinate representation of color #B5DFF3: hue angle of 199.35º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5DFF3 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 181 | 223 | 243 | - |
CMYK | 0.26 | 0.08 | 0 | 0.05 |
HSL | 199.35º | 0.72% | 0.83% | - |
HSV(B) | 199.35º | 0.26% | 0.95% | - |
XYZ | 61.62 | 69.07 | 94.88 | - |
YUV | 212.72 | 145.09 | 105.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 223 | 243 | 0.26 | 0.08 | 0 | 0.05 | 199.35 | 0.72 | 0.83 |
Hex | B5 | DF | F3 | 1A | 8 | 0 | 5 | C7 | 48 | 53 |
Octal | 265 | 337 | 363 | 32 | 10 | 0 | 5 | 307 | 110 | 123 |
Binary | 10110101 | 11011111 | 11110011 | 11010 | 1000 | 0 | 101 | 11000111 | 1001000 | 1010011 |
Color Harmonies of #B5DFF3
Complementary color
Monochromatic Colors of #B5DFF3
Black with #B5DFF3
Text Example
Text Example
White with #B5DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DFF3; }
p { color: rgb(181,223,243); }
H1.HeaderClassName
{
color: #B5DFF3;
}
.AnyTagClassName
{
color: #B5DFF3;
}
</style>
background-color css
<style>
a { background-color: #B5DFF3; }
a { background-color: rgb(181,223,243); }
div.DivClassName
{
background-color: #B5DFF3;
}
.BgClassName
{
background-color: #B5DFF3;
}
</style>
border-color css
<style>
span { border-color: #B5DFF3; }
span { border-color: rgb(181,223,243); }
td.TdClassName
{
border-color: #B5DFF3;
}
.TagClassName
{
border-color: #B5DFF3;
}
</style>