Html Css Color HEX #AAD0F4 Pale Cornflower Blue

📋 copy color: '#AAD0F4'

red 170 ◦ green 208 ◦ blue 244

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

Shades of Pale Cornflower Blue #AAD0F4

Tints of Pale Cornflower Blue #AAD0F4

RGB

 RED value IS 170 (66.8% from 255) = 27.33%

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

 BLUE value IS 244 (95.7% from 255) = 39.23%

R = 27.33%
G = 33.44%
B = 39.23%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAD0F4 (or 0xAAD0F4) is known color: Pale Cornflower Blue. HEX triplet: AA, D0 and F4. RGB value is (170,208,244). Sum of RGB (Red+Green+Blue) = 170+208+244=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAD0F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0F4 is #552F0B. Grayscale: #C8C8C8. Windows color (decimal): -5582604 or 16044202. OLE color: 16044202.

HSL color Cylindrical-coordinate representation of color #AAD0F4: hue angle of 209.19º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD0F4 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 208 244 -
CMYK 0.30 0.15 0 0.04
HSL 209.19º 0.77% 0.81% -
HSV(B) 209.19º 0.3% 0.96% -
XYZ 55.46 60.19 94.28 -
YUV 200.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 170 208 244 0.30 0.15 0 0.04 209.19 0.77 0.81
Hex AA D0 F4 1E F 0 4 D1 4D 51
Octal 252 320 364 36 17 0 4 321 115 121
Binary 10101010 11010000 11110100 11110 1111 0 100 11010001 1001101 1010001

Color Harmonies of #AAD0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0F4

Black with #AAD0F4

Text Example


Text Example

White with #AAD0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0F4; }

 p { color: rgb(170,208,244); }

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

background-color css

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

 a { background-color: rgb(170,208,244); }

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

border-color css

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

 span { border-color: rgb(170,208,244); }

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