Html Css Color HEX #A8CBEE Pale Cornflower Blue
📋 copy color: '#A8CBEE'red 168 ◦ green 203 ◦ blue 238
Shades of Pale Cornflower Blue #A8CBEE
Tints of Pale Cornflower Blue #A8CBEE
RGB
CMYK
RGB Variations
Color information
#A8CBEE (or 0xA8CBEE) is known color: Pale Cornflower Blue. HEX triplet: A8, CB and EE. RGB value is (168,203,238). Sum of RGB (Red+Green+Blue) = 168+203+238=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8CBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CBEE is #573411. Grayscale: #C4C4C4. Windows color (decimal): -5714962 or 15649704. OLE color: 15649704.
HSL color Cylindrical-coordinate representation of color #A8CBEE: hue angle of 210º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CBEE is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 203 | 238 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.07 |
| HSL | 210º | 0.67% | 0.8% | - |
| HSV(B) | 210º | 0.29% | 0.93% | - |
| XYZ | 52.94 | 57.21 | 89.14 | - |
| YUV | 196.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 238 | 0.29 | 0.15 | 0 | 0.07 | 210 | 0.67 | 0.8 |
| Hex | A8 | CB | EE | 1D | F | 0 | 7 | D2 | 43 | 50 |
| Octal | 250 | 313 | 356 | 35 | 17 | 0 | 7 | 322 | 103 | 120 |
| Binary | 10101000 | 11001011 | 11101110 | 11101 | 1111 | 0 | 111 | 11010010 | 1000011 | 1010000 |
Color Harmonies of #A8CBEE
Complementary color
Monochromatic Colors of #A8CBEE
Black with #A8CBEE
Text Example
Text Example
White with #A8CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBEE; }
p { color: rgb(168,203,238); }
H1.HeaderClassName
{
color: #A8CBEE;
}
.AnyTagClassName
{
color: #A8CBEE;
}
</style>
background-color css
<style>
a { background-color: #A8CBEE; }
a { background-color: rgb(168,203,238); }
div.DivClassName
{
background-color: #A8CBEE;
}
.BgClassName
{
background-color: #A8CBEE;
}
</style>
border-color css
<style>
span { border-color: #A8CBEE; }
span { border-color: rgb(168,203,238); }
td.TdClassName
{
border-color: #A8CBEE;
}
.TagClassName
{
border-color: #A8CBEE;
}
</style>