Html Css Color HEX #AAD9F0 Light Blue

📋 copy color: '#AAD9F0'

red 170 ◦ green 217 ◦ blue 240

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

Shades of Light Blue #AAD9F0

Tints of Light Blue #AAD9F0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.61%

 BLUE value IS 240 (94.14% from 255) = 38.28%

R = 27.11%
G = 34.61%
B = 38.28%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAD9F0 (or 0xAAD9F0) is known color: Light Blue. HEX triplet: AA, D9 and F0. RGB value is (170,217,240). Sum of RGB (Red+Green+Blue) = 170+217+240=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAD9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9F0 is #55260F. Grayscale: #CDCDCD. Windows color (decimal): -5580304 or 15784362. OLE color: 15784362.

HSL color Cylindrical-coordinate representation of color #AAD9F0: hue angle of 199.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD9F0 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 217 240 -
CMYK 0.29 0.10 0 0.06
HSL 199.71º 0.7% 0.8% -
HSV(B) 199.71º 0.29% 0.94% -
XYZ 57.12 64.46 91.87 -
YUV 205.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 170 217 240 0.29 0.10 0 0.06 199.71 0.7 0.8
Hex AA D9 F0 1D A 0 6 C8 46 50
Octal 252 331 360 35 12 0 6 310 106 120
Binary 10101010 11011001 11110000 11101 1010 0 110 11001000 1000110 1010000

Color Harmonies of #AAD9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9F0

Black with #AAD9F0

Text Example


Text Example

White with #AAD9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9F0; }

 p { color: rgb(170,217,240); }

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

background-color css

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

 a { background-color: rgb(170,217,240); }

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

border-color css

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

 span { border-color: rgb(170,217,240); }

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