Html Css Color HEX #B4DAFD Pale Cornflower Blue
📋 copy color: '#B4DAFD'red 180 ◦ green 218 ◦ blue 253
Shades of Pale Cornflower Blue #B4DAFD
Tints of Pale Cornflower Blue #B4DAFD
RGB
CMYK
RGB Variations
Color information
#B4DAFD (or 0xB4DAFD) is known color: Pale Cornflower Blue. HEX triplet: B4, DA and FD. RGB value is (180,218,253). Sum of RGB (Red+Green+Blue) = 180+218+253=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DAFD is #4B2502. Grayscale: #D2D2D2. Windows color (decimal): -4924675 or 16636596. OLE color: 16636596.
HSL color Cylindrical-coordinate representation of color #B4DAFD: hue angle of 208.77º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4DAFD is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 180 | 218 | 253 | - |
CMYK | 0.29 | 0.14 | 0 | 0.01 |
HSL | 208.77º | 0.95% | 0.85% | - |
HSV(B) | 208.77º | 0.29% | 0.99% | - |
XYZ | 61.62 | 66.94 | 102.6 | - |
YUV | 210.63 | 151.91 | 106.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 218 | 253 | 0.29 | 0.14 | 0 | 0.01 | 208.77 | 0.95 | 0.85 |
Hex | B4 | DA | FD | 1D | E | 0 | 1 | D1 | 5F | 55 |
Octal | 264 | 332 | 375 | 35 | 16 | 0 | 1 | 321 | 137 | 125 |
Binary | 10110100 | 11011010 | 11111101 | 11101 | 1110 | 0 | 1 | 11010001 | 1011111 | 1010101 |
Color Harmonies of #B4DAFD
Complementary color
Monochromatic Colors of #B4DAFD
Black with #B4DAFD
Text Example
Text Example
White with #B4DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DAFD; }
p { color: rgb(180,218,253); }
H1.HeaderClassName
{
color: #B4DAFD;
}
.AnyTagClassName
{
color: #B4DAFD;
}
</style>
background-color css
<style>
a { background-color: #B4DAFD; }
a { background-color: rgb(180,218,253); }
div.DivClassName
{
background-color: #B4DAFD;
}
.BgClassName
{
background-color: #B4DAFD;
}
</style>
border-color css
<style>
span { border-color: #B4DAFD; }
span { border-color: rgb(180,218,253); }
td.TdClassName
{
border-color: #B4DAFD;
}
.TagClassName
{
border-color: #B4DAFD;
}
</style>