Html Css Color HEX #B8DBFD Pale Cornflower Blue
📋 copy color: '#B8DBFD'red 184 ◦ green 219 ◦ blue 253
Shades of Pale Cornflower Blue #B8DBFD
Tints of Pale Cornflower Blue #B8DBFD
RGB
CMYK
RGB Variations
Color information
#B8DBFD (or 0xB8DBFD) is known color: Pale Cornflower Blue. HEX triplet: B8, DB and FD. RGB value is (184,219,253). Sum of RGB (Red+Green+Blue) = 184+219+253=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 219 (85.94% from 255 or 33.38% 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 #B8DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBFD is #472402. Grayscale: #D4D4D4. Windows color (decimal): -4662275 or 16636856. OLE color: 16636856.
HSL color Cylindrical-coordinate representation of color #B8DBFD: hue angle of 209.57º degrees, saturation: 0.95, 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 #B8DBFD is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 184 | 219 | 253 | - |
CMYK | 0.27 | 0.13 | 0 | 0.01 |
HSL | 209.57º | 0.95% | 0.86% | - |
HSV(B) | 209.57º | 0.27% | 0.99% | - |
XYZ | 62.83 | 67.95 | 102.73 | - |
YUV | 212.41 | 150.9 | 107.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 219 | 253 | 0.27 | 0.13 | 0 | 0.01 | 209.57 | 0.95 | 0.86 |
Hex | B8 | DB | FD | 1B | D | 0 | 1 | D2 | 5F | 56 |
Octal | 270 | 333 | 375 | 33 | 15 | 0 | 1 | 322 | 137 | 126 |
Binary | 10111000 | 11011011 | 11111101 | 11011 | 1101 | 0 | 1 | 11010010 | 1011111 | 1010110 |
Color Harmonies of #B8DBFD
Complementary color
Monochromatic Colors of #B8DBFD
Black with #B8DBFD
Text Example
Text Example
White with #B8DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBFD; }
p { color: rgb(184,219,253); }
H1.HeaderClassName
{
color: #B8DBFD;
}
.AnyTagClassName
{
color: #B8DBFD;
}
</style>
background-color css
<style>
a { background-color: #B8DBFD; }
a { background-color: rgb(184,219,253); }
div.DivClassName
{
background-color: #B8DBFD;
}
.BgClassName
{
background-color: #B8DBFD;
}
</style>
border-color css
<style>
span { border-color: #B8DBFD; }
span { border-color: rgb(184,219,253); }
td.TdClassName
{
border-color: #B8DBFD;
}
.TagClassName
{
border-color: #B8DBFD;
}
</style>