Html Css Color HEX #AAD0F7 Pale Cornflower Blue

📋 copy color: '#AAD0F7'

red 170 ◦ green 208 ◦ blue 247

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

Shades of Pale Cornflower Blue #AAD0F7

Tints of Pale Cornflower Blue #AAD0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.52%

R = 27.2%
G = 33.28%
B = 39.52%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AAD0F7 (or 0xAAD0F7) is known color: Pale Cornflower Blue. HEX triplet: AA, D0 and F7. RGB value is (170,208,247). Sum of RGB (Red+Green+Blue) = 170+208+247=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAD0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0F7 is #552F08. Grayscale: #C8C8C8. Windows color (decimal): -5582601 or 16240810. OLE color: 16240810.

HSL color Cylindrical-coordinate representation of color #AAD0F7: hue angle of 210.39º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD0F7 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 208 247 -
CMYK 0.31 0.16 0 0.03
HSL 210.39º 0.83% 0.82% -
HSV(B) 210.39º 0.31% 0.97% -
XYZ 55.92 60.37 96.7 -
YUV 201.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 170 208 247 0.31 0.16 0 0.03 210.39 0.83 0.82
Hex AA D0 F7 1F 10 0 3 D2 53 52
Octal 252 320 367 37 20 0 3 322 123 122
Binary 10101010 11010000 11110111 11111 10000 0 11 11010010 1010011 1010010

Color Harmonies of #AAD0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0F7

Black with #AAD0F7

Text Example


Text Example

White with #AAD0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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