Html Css Color HEX #B9DAFD Pale Cornflower Blue
📋 copy color: '#B9DAFD'red 185 ◦ green 218 ◦ blue 253
Shades of Pale Cornflower Blue #B9DAFD
Tints of Pale Cornflower Blue #B9DAFD
RGB
CMYK
RGB Variations
Color information
#B9DAFD (or 0xB9DAFD) is known color: Pale Cornflower Blue. HEX triplet: B9, DA and FD. RGB value is (185,218,253). Sum of RGB (Red+Green+Blue) = 185+218+253=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAFD is #462502. Grayscale: #D3D3D3. Windows color (decimal): -4596995 or 16636601. OLE color: 16636601.
HSL color Cylindrical-coordinate representation of color #B9DAFD: hue angle of 210.88º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9DAFD is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 218 | 253 | - |
CMYK | 0.27 | 0.14 | 0 | 0.01 |
HSL | 210.88º | 0.94% | 0.86% | - |
HSV(B) | 210.88º | 0.27% | 0.99% | - |
XYZ | 62.81 | 67.55 | 102.66 | - |
YUV | 212.12 | 151.07 | 108.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 218 | 253 | 0.27 | 0.14 | 0 | 0.01 | 210.88 | 0.94 | 0.86 |
Hex | B9 | DA | FD | 1B | E | 0 | 1 | D3 | 5E | 56 |
Octal | 271 | 332 | 375 | 33 | 16 | 0 | 1 | 323 | 136 | 126 |
Binary | 10111001 | 11011010 | 11111101 | 11011 | 1110 | 0 | 1 | 11010011 | 1011110 | 1010110 |
Color Harmonies of #B9DAFD
Complementary color
Monochromatic Colors of #B9DAFD
Black with #B9DAFD
Text Example
Text Example
White with #B9DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DAFD; }
p { color: rgb(185,218,253); }
H1.HeaderClassName
{
color: #B9DAFD;
}
.AnyTagClassName
{
color: #B9DAFD;
}
</style>
background-color css
<style>
a { background-color: #B9DAFD; }
a { background-color: rgb(185,218,253); }
div.DivClassName
{
background-color: #B9DAFD;
}
.BgClassName
{
background-color: #B9DAFD;
}
</style>
border-color css
<style>
span { border-color: #B9DAFD; }
span { border-color: rgb(185,218,253); }
td.TdClassName
{
border-color: #B9DAFD;
}
.TagClassName
{
border-color: #B9DAFD;
}
</style>