Html Css Color HEX #AADEEF Light Blue

📋 copy color: '#AADEEF'

red 170 ◦ green 222 ◦ blue 239

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

Shades of Light Blue #AADEEF

Tints of Light Blue #AADEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.18%

 BLUE value IS 239 (93.75% from 255) = 37.88%

R = 26.94%
G = 35.18%
B = 37.88%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AADEEF (or 0xAADEEF) is known color: Light Blue. HEX triplet: AA, DE and EF. RGB value is (170,222,239). Sum of RGB (Red+Green+Blue) = 170+222+239=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #AADEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEEF is #552110. Grayscale: #D0D0D0. Windows color (decimal): -5579025 or 15720106. OLE color: 15720106.

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

Color convert

RGB 170 222 239 -
CMYK 0.29 0.07 0 0.06
HSL 194.78º 0.68% 0.8% -
HSV(B) 194.78º 0.29% 0.94% -
XYZ 58.28 67.02 91.53 -
YUV 208.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 170 222 239 0.29 0.07 0 0.06 194.78 0.68 0.8
Hex AA DE EF 1D 7 0 6 C3 44 50
Octal 252 336 357 35 7 0 6 303 104 120
Binary 10101010 11011110 11101111 11101 111 0 110 11000011 1000100 1010000

Color Harmonies of #AADEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEEF

Black with #AADEEF

Text Example


Text Example

White with #AADEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEEF; }

 p { color: rgb(170,222,239); }

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

background-color css

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

 a { background-color: rgb(170,222,239); }

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

border-color css

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

 span { border-color: rgb(170,222,239); }

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