Html Css Color HEX #B3DDFF Pale Cornflower Blue
📋 copy color: '#B3DDFF'red 179 ◦ green 221 ◦ blue 255
Shades of Pale Cornflower Blue #B3DDFF
Tints of Pale Cornflower Blue #B3DDFF
RGB
CMYK
RGB Variations
Color information
#B3DDFF (or 0xB3DDFF) is known color: Pale Cornflower Blue. HEX triplet: B3, DD and FF. RGB value is (179,221,255). Sum of RGB (Red+Green+Blue) = 179+221+255=655 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.33% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDFF is #4C2200. Grayscale: #D4D4D4. Windows color (decimal): -4989441 or 16768435. OLE color: 16768435.
HSL color Cylindrical-coordinate representation of color #B3DDFF: hue angle of 206.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3DDFF is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 221 | 255 | - |
| CMYK | 0.30 | 0.13 | 0 | 0 |
| HSL | 206.84º | 1% | 0.85% | - |
| HSV(B) | 206.84º | 0.3% | 1% | - |
| XYZ | 62.5 | 68.52 | 104.54 | - |
| YUV | 212.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 255 | 0.30 | 0.13 | 0 | 0 | 206.84 | 1 | 0.85 |
| Hex | B3 | DD | FF | 1E | D | 0 | 0 | CF | 64 | 55 |
| Octal | 263 | 335 | 377 | 36 | 15 | 0 | 0 | 317 | 144 | 125 |
| Binary | 10110011 | 11011101 | 11111111 | 11110 | 1101 | 0 | 0 | 11001111 | 1100100 | 1010101 |
Color Harmonies of #B3DDFF
Complementary color
Monochromatic Colors of #B3DDFF
Black with #B3DDFF
Text Example
Text Example
White with #B3DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDFF; }
p { color: rgb(179,221,255); }
H1.HeaderClassName
{
color: #B3DDFF;
}
.AnyTagClassName
{
color: #B3DDFF;
}
</style>
background-color css
<style>
a { background-color: #B3DDFF; }
a { background-color: rgb(179,221,255); }
div.DivClassName
{
background-color: #B3DDFF;
}
.BgClassName
{
background-color: #B3DDFF;
}
</style>
border-color css
<style>
span { border-color: #B3DDFF; }
span { border-color: rgb(179,221,255); }
td.TdClassName
{
border-color: #B3DDFF;
}
.TagClassName
{
border-color: #B3DDFF;
}
</style>