Html Css Color HEX #AAD7FF Pale Cornflower Blue

📋 copy color: '#AAD7FF'

red 170 ◦ green 215 ◦ blue 255

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

Shades of Pale Cornflower Blue #AAD7FF

Tints of Pale Cornflower Blue #AAD7FF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.59%

 BLUE value IS 255 (100% from 255) = 39.84%

R = 26.56%
G = 33.59%
B = 39.84%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAD7FF (or 0xAAD7FF) is known color: Pale Cornflower Blue. HEX triplet: AA, D7 and FF. RGB value is (170,215,255). Sum of RGB (Red+Green+Blue) = 170+215+255=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD7FF is #552800. Grayscale: #CDCDCD. Windows color (decimal): -5580801 or 16766890. OLE color: 16766890.

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

Color convert

RGB 170 215 255 -
CMYK 0.33 0.16 0 0
HSL 208.24º 1% 0.83% -
HSV(B) 208.24º 0.33% 1% -
XYZ 58.93 64.37 103.93 -
YUV 206.11 155.59 102.25 -
System Red Green Blue C M Y K H S L
Decimal 170 215 255 0.33 0.16 0 0 208.24 1 0.83
Hex AA D7 FF 21 10 0 0 D0 64 53
Octal 252 327 377 41 20 0 0 320 144 123
Binary 10101010 11010111 11111111 100001 10000 0 0 11010000 1100100 1010011

Color Harmonies of #AAD7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7FF

Black with #AAD7FF

Text Example


Text Example

White with #AAD7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7FF; }

 p { color: rgb(170,215,255); }

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

background-color css

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

 a { background-color: rgb(170,215,255); }

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

border-color css

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

 span { border-color: rgb(170,215,255); }

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