Html Css Color HEX #B6DFFF Pale Cornflower Blue
📋 copy color: '#B6DFFF'red 182 ◦ green 223 ◦ blue 255
Shades of Pale Cornflower Blue #B6DFFF
Tints of Pale Cornflower Blue #B6DFFF
RGB
CMYK
RGB Variations
Color information
#B6DFFF (or 0xB6DFFF) is known color: Pale Cornflower Blue. HEX triplet: B6, DF and FF. RGB value is (182,223,255). Sum of RGB (Red+Green+Blue) = 182+223+255=660 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.58% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DFFF is #492000. Grayscale: #D6D6D6. Windows color (decimal): -4792321 or 16768950. OLE color: 16768950.
HSL color Cylindrical-coordinate representation of color #B6DFFF: hue angle of 206.3º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6DFFF is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 223 | 255 | - |
| CMYK | 0.29 | 0.13 | 0 | 0 |
| HSL | 206.3º | 1% | 0.86% | - |
| HSV(B) | 206.3º | 0.29% | 1% | - |
| XYZ | 63.73 | 69.94 | 104.75 | - |
| YUV | 214.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 255 | 0.29 | 0.13 | 0 | 0 | 206.3 | 1 | 0.86 |
| Hex | B6 | DF | FF | 1D | D | 0 | 0 | CE | 64 | 56 |
| Octal | 266 | 337 | 377 | 35 | 15 | 0 | 0 | 316 | 144 | 126 |
| Binary | 10110110 | 11011111 | 11111111 | 11101 | 1101 | 0 | 0 | 11001110 | 1100100 | 1010110 |
Color Harmonies of #B6DFFF
Complementary color
Monochromatic Colors of #B6DFFF
Black with #B6DFFF
Text Example
Text Example
White with #B6DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DFFF; }
p { color: rgb(182,223,255); }
H1.HeaderClassName
{
color: #B6DFFF;
}
.AnyTagClassName
{
color: #B6DFFF;
}
</style>
background-color css
<style>
a { background-color: #B6DFFF; }
a { background-color: rgb(182,223,255); }
div.DivClassName
{
background-color: #B6DFFF;
}
.BgClassName
{
background-color: #B6DFFF;
}
</style>
border-color css
<style>
span { border-color: #B6DFFF; }
span { border-color: rgb(182,223,255); }
td.TdClassName
{
border-color: #B6DFFF;
}
.TagClassName
{
border-color: #B6DFFF;
}
</style>