Html Css Color HEX #B5DDF7 Pale Cornflower Blue
📋 copy color: '#B5DDF7'red 181 ◦ green 221 ◦ blue 247
Shades of Pale Cornflower Blue #B5DDF7
Tints of Pale Cornflower Blue #B5DDF7
RGB
CMYK
RGB Variations
Color information
#B5DDF7 (or 0xB5DDF7) is known color: Pale Cornflower Blue. HEX triplet: B5, DD and F7. RGB value is (181,221,247). Sum of RGB (Red+Green+Blue) = 181+221+247=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #B5DDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DDF7 is #4A2208. Grayscale: #D3D3D3. Windows color (decimal): -4858377 or 16244149. OLE color: 16244149.
HSL color Cylindrical-coordinate representation of color #B5DDF7: hue angle of 203.64º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5DDF7 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 181 | 221 | 247 | - |
CMYK | 0.27 | 0.11 | 0 | 0.03 |
HSL | 203.64º | 0.8% | 0.84% | - |
HSV(B) | 203.64º | 0.27% | 0.97% | - |
XYZ | 61.7 | 68.25 | 97.92 | - |
YUV | 212 | 147.75 | 105.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 221 | 247 | 0.27 | 0.11 | 0 | 0.03 | 203.64 | 0.8 | 0.84 |
Hex | B5 | DD | F7 | 1B | B | 0 | 3 | CC | 50 | 54 |
Octal | 265 | 335 | 367 | 33 | 13 | 0 | 3 | 314 | 120 | 124 |
Binary | 10110101 | 11011101 | 11110111 | 11011 | 1011 | 0 | 11 | 11001100 | 1010000 | 1010100 |
Color Harmonies of #B5DDF7
Complementary color
Monochromatic Colors of #B5DDF7
Black with #B5DDF7
Text Example
Text Example
White with #B5DDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DDF7; }
p { color: rgb(181,221,247); }
H1.HeaderClassName
{
color: #B5DDF7;
}
.AnyTagClassName
{
color: #B5DDF7;
}
</style>
background-color css
<style>
a { background-color: #B5DDF7; }
a { background-color: rgb(181,221,247); }
div.DivClassName
{
background-color: #B5DDF7;
}
.BgClassName
{
background-color: #B5DDF7;
}
</style>
border-color css
<style>
span { border-color: #B5DDF7; }
span { border-color: rgb(181,221,247); }
td.TdClassName
{
border-color: #B5DDF7;
}
.TagClassName
{
border-color: #B5DDF7;
}
</style>