Html Css Color HEX #AAD8F0 Light Blue

📋 copy color: '#AAD8F0'

red 170 ◦ green 216 ◦ blue 240

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

Shades of Light Blue #AAD8F0

Tints of Light Blue #AAD8F0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.5%

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

R = 27.16%
G = 34.5%
B = 38.34%

CMYK

 C value IS 0.29

 M value IS 0.1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAD8F0 (or 0xAAD8F0) is known color: Light Blue. HEX triplet: AA, D8 and F0. RGB value is (170,216,240). Sum of RGB (Red+Green+Blue) = 170+216+240=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAD8F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD8F0 is #55270F. Grayscale: #CCCCCC. Windows color (decimal): -5580560 or 15784106. OLE color: 15784106.

HSL color Cylindrical-coordinate representation of color #AAD8F0: hue angle of 200.57º 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 #AAD8F0 is Cyan = 0.29, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 216 240 -
CMYK 0.29 0.1 0 0.06
HSL 200.57º 0.7% 0.8% -
HSV(B) 200.57º 0.29% 0.94% -
XYZ 56.86 63.95 91.78 -
YUV 204.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 170 216 240 0.29 0.1 0 0.06 200.57 0.7 0.8
Hex AA D8 F0 1D A 0 6 C9 46 50
Octal 252 330 360 35 12 0 6 311 106 120
Binary 10101010 11011000 11110000 11101 1010 0 110 11001001 1000110 1010000

Color Harmonies of #AAD8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8F0

Black with #AAD8F0

Text Example


Text Example

White with #AAD8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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