Html Css Color HEX #AAD5FE Pale Cornflower Blue

📋 copy color: '#AAD5FE'

red 170 ◦ green 213 ◦ blue 254

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

Shades of Pale Cornflower Blue #AAD5FE

Tints of Pale Cornflower Blue #AAD5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.87%

R = 26.69%
G = 33.44%
B = 39.87%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAD5FE (or 0xAAD5FE) is known color: Pale Cornflower Blue. HEX triplet: AA, D5 and FE. RGB value is (170,213,254). Sum of RGB (Red+Green+Blue) = 170+213+254=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAD5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5FE is #552A01. Grayscale: #CCCCCC. Windows color (decimal): -5581314 or 16700842. OLE color: 16700842.

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

Color convert

RGB 170 213 254 -
CMYK 0.33 0.16 0 0.00
HSL 209.29º 0.98% 0.83% -
HSV(B) 209.29º 0.33% 1% -
XYZ 58.26 63.29 102.91 -
YUV 204.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 170 213 254 0.33 0.16 0 0.00 209.29 0.98 0.83
Hex AA D5 FE 21 10 0 0 D1 62 53
Octal 252 325 376 41 20 0 0 321 142 123
Binary 10101010 11010101 11111110 100001 10000 0 0 11010001 1100010 1010011

Color Harmonies of #AAD5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5FE

Black with #AAD5FE

Text Example


Text Example

White with #AAD5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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