Html Css Color HEX #B1D0F4 Pale Cornflower Blue
📋 copy color: '#B1D0F4'red 177 ◦ green 208 ◦ blue 244
Shades of Pale Cornflower Blue #B1D0F4
Tints of Pale Cornflower Blue #B1D0F4
RGB
CMYK
RGB Variations
Color information
#B1D0F4 (or 0xB1D0F4) is known color: Pale Cornflower Blue. HEX triplet: B1, D0 and F4. RGB value is (177,208,244). Sum of RGB (Red+Green+Blue) = 177+208+244=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 244 (95.70% from 255 or 38.79% from 629); Max value from RGB is 244 - color contains mainly: blue. Hex color #B1D0F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D0F4 is #4E2F0B. Grayscale: #CACACA. Windows color (decimal): -5123852 or 16044209. OLE color: 16044209.
HSL color Cylindrical-coordinate representation of color #B1D0F4: hue angle of 212.24º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1D0F4 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 208 | 244 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.04 |
| HSL | 212.24º | 0.75% | 0.83% | - |
| HSV(B) | 212.24º | 0.27% | 0.96% | - |
| XYZ | 57.02 | 60.99 | 94.36 | - |
| YUV | 202.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 244 | 0.27 | 0.15 | 0 | 0.04 | 212.24 | 0.75 | 0.83 |
| Hex | B1 | D0 | F4 | 1B | F | 0 | 4 | D4 | 4B | 53 |
| Octal | 261 | 320 | 364 | 33 | 17 | 0 | 4 | 324 | 113 | 123 |
| Binary | 10110001 | 11010000 | 11110100 | 11011 | 1111 | 0 | 100 | 11010100 | 1001011 | 1010011 |
Color Harmonies of #B1D0F4
Complementary color
Monochromatic Colors of #B1D0F4
Black with #B1D0F4
Text Example
Text Example
White with #B1D0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D0F4; }
p { color: rgb(177,208,244); }
H1.HeaderClassName
{
color: #B1D0F4;
}
.AnyTagClassName
{
color: #B1D0F4;
}
</style>
background-color css
<style>
a { background-color: #B1D0F4; }
a { background-color: rgb(177,208,244); }
div.DivClassName
{
background-color: #B1D0F4;
}
.BgClassName
{
background-color: #B1D0F4;
}
</style>
border-color css
<style>
span { border-color: #B1D0F4; }
span { border-color: rgb(177,208,244); }
td.TdClassName
{
border-color: #B1D0F4;
}
.TagClassName
{
border-color: #B1D0F4;
}
</style>