Html Css Color HEX #A9D0FE Pale Cornflower Blue

📋 copy color: '#A9D0FE'

red 169 ◦ green 208 ◦ blue 254

#A9D0FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #A9D0FE

Tints of Pale Cornflower Blue #A9D0FE

RGB

 RED value IS 169 (66.41% from 255) = 26.78%

 GREEN value IS 208 (81.64% from 255) = 32.96%

 BLUE value IS 254 (99.61% from 255) = 40.25%

R = 26.78%
G = 32.96%
B = 40.25%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A9D0FE (or 0xA9D0FE) is known color: Pale Cornflower Blue. HEX triplet: A9, D0 and FE. RGB value is (169,208,254). Sum of RGB (Red+Green+Blue) = 169+208+254=631 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.78% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D0FE is #562F01. Grayscale: #C9C9C9. Windows color (decimal): -5648130 or 16699561. OLE color: 16699561.

HSL color Cylindrical-coordinate representation of color #A9D0FE: hue angle of 212.47º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9D0FE is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 208 254 -
CMYK 0.33 0.18 0 0.00
HSL 212.47º 0.98% 0.83% -
HSV(B) 212.47º 0.33% 1% -
XYZ 56.81 60.7 102.49 -
YUV 201.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 169 208 254 0.33 0.18 0 0.00 212.47 0.98 0.83
Hex A9 D0 FE 21 12 0 0 D4 62 53
Octal 251 320 376 41 22 0 0 324 142 123
Binary 10101001 11010000 11111110 100001 10010 0 0 11010100 1100010 1010011

Color Harmonies of #A9D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D0FE

Black with #A9D0FE

Text Example


Text Example

White with #A9D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D0FE; }

 p { color: rgb(169,208,254); }

 H1.HeaderClassName
 {
   color: #A9D0FE;
 }
 .AnyTagClassName
 {
   color: #A9D0FE;
 }
</style>

background-color css

<style>
 a { background-color: #A9D0FE; }

 a { background-color: rgb(169,208,254); }

 div.DivClassName
 {
   background-color: #A9D0FE;
 }
 .BgClassName
 {
   background-color: #A9D0FE;
 }
</style>

border-color css

<style>
 span { border-color: #A9D0FE; }

 span { border-color: rgb(169,208,254); }

 td.TdClassName
 {
   border-color: #A9D0FE;
 }
 .TagClassName
 {
   border-color: #A9D0FE;
 }
</style>