Html Css Color HEX #AAD4E0 French Pass

📋 copy color: '#AAD4E0'

red 170 ◦ green 212 ◦ blue 224

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

Shades of French Pass #AAD4E0

Tints of French Pass #AAD4E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.96%

R = 28.05%
G = 34.98%
B = 36.96%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AAD4E0 (or 0xAAD4E0) is known color: French Pass. HEX triplet: AA, D4 and E0. RGB value is (170,212,224). Sum of RGB (Red+Green+Blue) = 170+212+224=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAD4E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4E0 is #552B1F. Grayscale: #C8C8C8. Windows color (decimal): -5581600 or 14734506. OLE color: 14734506.

HSL color Cylindrical-coordinate representation of color #AAD4E0: hue angle of 193.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD4E0 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 212 224 -
CMYK 0.24 0.05 0 0.12
HSL 193.33º 0.47% 0.77% -
HSV(B) 193.33º 0.24% 0.88% -
XYZ 53.58 61.01 79.47 -
YUV 200.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 170 212 224 0.24 0.05 0 0.12 193.33 0.47 0.77
Hex AA D4 E0 18 5 0 C C1 2F 4D
Octal 252 324 340 30 5 0 14 301 57 115
Binary 10101010 11010100 11100000 11000 101 0 1100 11000001 101111 1001101

Color Harmonies of #AAD4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4E0

Black with #AAD4E0

Text Example


Text Example

White with #AAD4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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