Html Css Color HEX #B5D0FD Pale Cornflower Blue
📋 copy color: '#B5D0FD'red 181 ◦ green 208 ◦ blue 253
Shades of Pale Cornflower Blue #B5D0FD
Tints of Pale Cornflower Blue #B5D0FD
RGB
CMYK
RGB Variations
Color information
#B5D0FD (or 0xB5D0FD) is known color: Pale Cornflower Blue. HEX triplet: B5, D0 and FD. RGB value is (181,208,253). Sum of RGB (Red+Green+Blue) = 181+208+253=642 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.19% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5D0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D0FD is #4A2F02. Grayscale: #CCCCCC. Windows color (decimal): -4861699 or 16634037. OLE color: 16634037.
HSL color Cylindrical-coordinate representation of color #B5D0FD: hue angle of 217.5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5D0FD is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 208 | 253 | - |
CMYK | 0.28 | 0.18 | 0 | 0.01 |
HSL | 217.5º | 0.95% | 0.85% | - |
HSV(B) | 217.5º | 0.28% | 0.99% | - |
XYZ | 59.34 | 62.03 | 101.77 | - |
YUV | 205.06 | 155.05 | 110.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 208 | 253 | 0.28 | 0.18 | 0 | 0.01 | 217.5 | 0.95 | 0.85 |
Hex | B5 | D0 | FD | 1C | 12 | 0 | 1 | DA | 5F | 55 |
Octal | 265 | 320 | 375 | 34 | 22 | 0 | 1 | 332 | 137 | 125 |
Binary | 10110101 | 11010000 | 11111101 | 11100 | 10010 | 0 | 1 | 11011010 | 1011111 | 1010101 |
Color Harmonies of #B5D0FD
Complementary color
Monochromatic Colors of #B5D0FD
Black with #B5D0FD
Text Example
Text Example
White with #B5D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0FD; }
p { color: rgb(181,208,253); }
H1.HeaderClassName
{
color: #B5D0FD;
}
.AnyTagClassName
{
color: #B5D0FD;
}
</style>
background-color css
<style>
a { background-color: #B5D0FD; }
a { background-color: rgb(181,208,253); }
div.DivClassName
{
background-color: #B5D0FD;
}
.BgClassName
{
background-color: #B5D0FD;
}
</style>
border-color css
<style>
span { border-color: #B5D0FD; }
span { border-color: rgb(181,208,253); }
td.TdClassName
{
border-color: #B5D0FD;
}
.TagClassName
{
border-color: #B5D0FD;
}
</style>