Html Css Color HEX #AAD4FE Pale Cornflower Blue

📋 copy color: '#AAD4FE'

red 170 ◦ green 212 ◦ blue 254

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

Shades of Pale Cornflower Blue #AAD4FE

Tints of Pale Cornflower Blue #AAD4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.33%

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

R = 26.73%
G = 33.33%
B = 39.94%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAD4FE (or 0xAAD4FE) is known color: Pale Cornflower Blue. HEX triplet: AA, D4 and FE. RGB value is (170,212,254). Sum of RGB (Red+Green+Blue) = 170+212+254=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAD4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD4FE is #552B01. Grayscale: #CCCCCC. Windows color (decimal): -5581570 or 16700586. OLE color: 16700586.

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

Color convert

RGB 170 212 254 -
CMYK 0.33 0.17 0 0.00
HSL 210º 0.98% 0.83% -
HSV(B) 210º 0.33% 1% -
XYZ 58.01 62.79 102.83 -
YUV 204.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 170 212 254 0.33 0.17 0 0.00 210 0.98 0.83
Hex AA D4 FE 21 11 0 0 D2 62 53
Octal 252 324 376 41 21 0 0 322 142 123
Binary 10101010 11010100 11111110 100001 10001 0 0 11010010 1100010 1010011

Color Harmonies of #AAD4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4FE

Black with #AAD4FE

Text Example


Text Example

White with #AAD4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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