Html Css Color HEX #A8CBEF Pale Cornflower Blue
📋 copy color: '#A8CBEF'red 168 ◦ green 203 ◦ blue 239
Shades of Pale Cornflower Blue #A8CBEF
Tints of Pale Cornflower Blue #A8CBEF
RGB
CMYK
RGB Variations
Color information
#A8CBEF (or 0xA8CBEF) is known color: Pale Cornflower Blue. HEX triplet: A8, CB and EF. RGB value is (168,203,239). Sum of RGB (Red+Green+Blue) = 168+203+239=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CBEF is #573410. Grayscale: #C4C4C4. Windows color (decimal): -5714961 or 15715240. OLE color: 15715240.
HSL color Cylindrical-coordinate representation of color #A8CBEF: hue angle of 210.42º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8CBEF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 203 | 239 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.06 |
| HSL | 210.42º | 0.69% | 0.8% | - |
| HSV(B) | 210.42º | 0.3% | 0.94% | - |
| XYZ | 53.08 | 57.27 | 89.92 | - |
| YUV | 196.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 239 | 0.30 | 0.15 | 0 | 0.06 | 210.42 | 0.69 | 0.8 |
| Hex | A8 | CB | EF | 1E | F | 0 | 6 | D2 | 45 | 50 |
| Octal | 250 | 313 | 357 | 36 | 17 | 0 | 6 | 322 | 105 | 120 |
| Binary | 10101000 | 11001011 | 11101111 | 11110 | 1111 | 0 | 110 | 11010010 | 1000101 | 1010000 |
Color Harmonies of #A8CBEF
Complementary color
Monochromatic Colors of #A8CBEF
Black with #A8CBEF
Text Example
Text Example
White with #A8CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBEF; }
p { color: rgb(168,203,239); }
H1.HeaderClassName
{
color: #A8CBEF;
}
.AnyTagClassName
{
color: #A8CBEF;
}
</style>
background-color css
<style>
a { background-color: #A8CBEF; }
a { background-color: rgb(168,203,239); }
div.DivClassName
{
background-color: #A8CBEF;
}
.BgClassName
{
background-color: #A8CBEF;
}
</style>
border-color css
<style>
span { border-color: #A8CBEF; }
span { border-color: rgb(168,203,239); }
td.TdClassName
{
border-color: #A8CBEF;
}
.TagClassName
{
border-color: #A8CBEF;
}
</style>