Html Css Color HEX #A8CDFB Pale Cornflower Blue
📋 copy color: '#A8CDFB'red 168 ◦ green 205 ◦ blue 251
Shades of Pale Cornflower Blue #A8CDFB
Tints of Pale Cornflower Blue #A8CDFB
RGB
CMYK
RGB Variations
Color information
#A8CDFB (or 0xA8CDFB) is known color: Pale Cornflower Blue. HEX triplet: A8, CD and FB. RGB value is (168,205,251). Sum of RGB (Red+Green+Blue) = 168+205+251=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8CDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDFB is #573204. Grayscale: #C6C6C6. Windows color (decimal): -5714437 or 16502184. OLE color: 16502184.
HSL color Cylindrical-coordinate representation of color #A8CDFB: hue angle of 213.25º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CDFB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 205 | 251 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.02 |
| HSL | 213.25º | 0.91% | 0.82% | - |
| HSV(B) | 213.25º | 0.33% | 0.98% | - |
| XYZ | 55.39 | 58.95 | 99.73 | - |
| YUV | 199.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 251 | 0.33 | 0.18 | 0 | 0.02 | 213.25 | 0.91 | 0.82 |
| Hex | A8 | CD | FB | 21 | 12 | 0 | 2 | D5 | 5B | 52 |
| Octal | 250 | 315 | 373 | 41 | 22 | 0 | 2 | 325 | 133 | 122 |
| Binary | 10101000 | 11001101 | 11111011 | 100001 | 10010 | 0 | 10 | 11010101 | 1011011 | 1010010 |
Color Harmonies of #A8CDFB
Complementary color
Monochromatic Colors of #A8CDFB
Black with #A8CDFB
Text Example
Text Example
White with #A8CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDFB; }
p { color: rgb(168,205,251); }
H1.HeaderClassName
{
color: #A8CDFB;
}
.AnyTagClassName
{
color: #A8CDFB;
}
</style>
background-color css
<style>
a { background-color: #A8CDFB; }
a { background-color: rgb(168,205,251); }
div.DivClassName
{
background-color: #A8CDFB;
}
.BgClassName
{
background-color: #A8CDFB;
}
</style>
border-color css
<style>
span { border-color: #A8CDFB; }
span { border-color: rgb(168,205,251); }
td.TdClassName
{
border-color: #A8CDFB;
}
.TagClassName
{
border-color: #A8CDFB;
}
</style>