Html Css Color HEX #B5DAFF Pale Cornflower Blue
📋 copy color: '#B5DAFF'red 181 ◦ green 218 ◦ blue 255
Shades of Pale Cornflower Blue #B5DAFF
Tints of Pale Cornflower Blue #B5DAFF
RGB
CMYK
RGB Variations
Color information
#B5DAFF (or 0xB5DAFF) is known color: Pale Cornflower Blue. HEX triplet: B5, DA and FF. RGB value is (181,218,255). Sum of RGB (Red+Green+Blue) = 181+218+255=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DAFF is #4A2500. Grayscale: #D2D2D2. Windows color (decimal): -4859137 or 16767669. OLE color: 16767669.
HSL color Cylindrical-coordinate representation of color #B5DAFF: hue angle of 210º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5DAFF is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 181 | 218 | 255 | - |
CMYK | 0.29 | 0.15 | 0 | 0 |
HSL | 210º | 1% | 0.85% | - |
HSV(B) | 210º | 0.29% | 1% | - |
XYZ | 62.18 | 67.19 | 104.3 | - |
YUV | 211.16 | 152.74 | 106.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 218 | 255 | 0.29 | 0.15 | 0 | 0 | 210 | 1 | 0.85 |
Hex | B5 | DA | FF | 1D | F | 0 | 0 | D2 | 64 | 55 |
Octal | 265 | 332 | 377 | 35 | 17 | 0 | 0 | 322 | 144 | 125 |
Binary | 10110101 | 11011010 | 11111111 | 11101 | 1111 | 0 | 0 | 11010010 | 1100100 | 1010101 |
Color Harmonies of #B5DAFF
Complementary color
Monochromatic Colors of #B5DAFF
Black with #B5DAFF
Text Example
Text Example
White with #B5DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DAFF; }
p { color: rgb(181,218,255); }
H1.HeaderClassName
{
color: #B5DAFF;
}
.AnyTagClassName
{
color: #B5DAFF;
}
</style>
background-color css
<style>
a { background-color: #B5DAFF; }
a { background-color: rgb(181,218,255); }
div.DivClassName
{
background-color: #B5DAFF;
}
.BgClassName
{
background-color: #B5DAFF;
}
</style>
border-color css
<style>
span { border-color: #B5DAFF; }
span { border-color: rgb(181,218,255); }
td.TdClassName
{
border-color: #B5DAFF;
}
.TagClassName
{
border-color: #B5DAFF;
}
</style>