Html Css Color HEX #AADDEA Light Blue

📋 copy color: '#AADDEA'

red 170 ◦ green 221 ◦ blue 234

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

Shades of Light Blue #AADDEA

Tints of Light Blue #AADDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.36%

 BLUE value IS 234 (91.8% from 255) = 37.44%

R = 27.2%
G = 35.36%
B = 37.44%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AADDEA (or 0xAADDEA) is known color: Light Blue. HEX triplet: AA, DD and EA. RGB value is (170,221,234). Sum of RGB (Red+Green+Blue) = 170+221+234=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #AADDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDEA is #552215. Grayscale: #CFCFCF. Windows color (decimal): -5579286 or 15392170. OLE color: 15392170.

HSL color Cylindrical-coordinate representation of color #AADDEA: hue angle of 192.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AADDEA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 221 234 -
CMYK 0.27 0.06 0 0.08
HSL 192.19º 0.6% 0.79% -
HSV(B) 192.19º 0.27% 0.92% -
XYZ 57.29 66.2 87.6 -
YUV 207.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 170 221 234 0.27 0.06 0 0.08 192.19 0.6 0.79
Hex AA DD EA 1B 6 0 8 C0 3C 4F
Octal 252 335 352 33 6 0 10 300 74 117
Binary 10101010 11011101 11101010 11011 110 0 1000 11000000 111100 1001111

Color Harmonies of #AADDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDEA

Black with #AADDEA

Text Example


Text Example

White with #AADDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDEA; }

 p { color: rgb(170,221,234); }

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

background-color css

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

 a { background-color: rgb(170,221,234); }

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

border-color css

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

 span { border-color: rgb(170,221,234); }

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