Html Css Color HEX #AAD5FF Pale Cornflower Blue

📋 copy color: '#AAD5FF'

red 170 ◦ green 213 ◦ blue 255

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

Shades of Pale Cornflower Blue #AAD5FF

Tints of Pale Cornflower Blue #AAD5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.39%

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

R = 26.65%
G = 33.39%
B = 39.97%

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

#AAD5FF (or 0xAAD5FF) is known color: Pale Cornflower Blue. HEX triplet: AA, D5 and FF. RGB value is (170,213,255). Sum of RGB (Red+Green+Blue) = 170+213+255=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5FF is #552A00. Grayscale: #CCCCCC. Windows color (decimal): -5581313 or 16766378. OLE color: 16766378.

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

Color convert

RGB 170 213 255 -
CMYK 0.33 0.16 0 0
HSL 209.65º 1% 0.83% -
HSV(B) 209.65º 0.33% 1% -
XYZ 58.42 63.35 103.76 -
YUV 204.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 170 213 255 0.33 0.16 0 0 209.65 1 0.83
Hex AA D5 FF 21 10 0 0 D2 64 53
Octal 252 325 377 41 20 0 0 322 144 123
Binary 10101010 11010101 11111111 100001 10000 0 0 11010010 1100100 1010011

Color Harmonies of #AAD5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5FF

Black with #AAD5FF

Text Example


Text Example

White with #AAD5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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