Html Css Color HEX #AAD3FF Pale Cornflower Blue

📋 copy color: '#AAD3FF'

red 170 ◦ green 211 ◦ blue 255

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

Shades of Pale Cornflower Blue #AAD3FF

Tints of Pale Cornflower Blue #AAD3FF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.18%

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

R = 26.73%
G = 33.18%
B = 40.09%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAD3FF (or 0xAAD3FF) is known color: Pale Cornflower Blue. HEX triplet: AA, D3 and FF. RGB value is (170,211,255). Sum of RGB (Red+Green+Blue) = 170+211+255=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3FF is #552C00. Grayscale: #CBCBCB. Windows color (decimal): -5581825 or 16765866. OLE color: 16765866.

HSL color Cylindrical-coordinate representation of color #AAD3FF: hue angle of 211.06º 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 #AAD3FF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 211 255 -
CMYK 0.33 0.17 0 0
HSL 211.06º 1% 0.83% -
HSV(B) 211.06º 0.33% 1% -
XYZ 57.92 62.35 103.59 -
YUV 203.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 170 211 255 0.33 0.17 0 0 211.06 1 0.83
Hex AA D3 FF 21 11 0 0 D3 64 53
Octal 252 323 377 41 21 0 0 323 144 123
Binary 10101010 11010011 11111111 100001 10001 0 0 11010011 1100100 1010011

Color Harmonies of #AAD3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3FF

Black with #AAD3FF

Text Example


Text Example

White with #AAD3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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