Html Css Color HEX #AADBE8 Light Blue

📋 copy color: '#AADBE8'

red 170 ◦ green 219 ◦ blue 232

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

Shades of Light Blue #AADBE8

Tints of Light Blue #AADBE8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.27%

 BLUE value IS 232 (91.02% from 255) = 37.36%

R = 27.38%
G = 35.27%
B = 37.36%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AADBE8 (or 0xAADBE8) is known color: Light Blue. HEX triplet: AA, DB and E8. RGB value is (170,219,232). Sum of RGB (Red+Green+Blue) = 170+219+232=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #AADBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBE8 is #552417. Grayscale: #CDCDCD. Windows color (decimal): -5579800 or 15260586. OLE color: 15260586.

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

Color convert

RGB 170 219 232 -
CMYK 0.27 0.06 0 0.09
HSL 192.58º 0.57% 0.79% -
HSV(B) 192.58º 0.27% 0.91% -
XYZ 56.47 65.04 85.92 -
YUV 205.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 170 219 232 0.27 0.06 0 0.09 192.58 0.57 0.79
Hex AA DB E8 1B 6 0 9 C1 39 4F
Octal 252 333 350 33 6 0 11 301 71 117
Binary 10101010 11011011 11101000 11011 110 0 1001 11000001 111001 1001111

Color Harmonies of #AADBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBE8

Black with #AADBE8

Text Example


Text Example

White with #AADBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBE8; }

 p { color: rgb(170,219,232); }

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

background-color css

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

 a { background-color: rgb(170,219,232); }

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

border-color css

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

 span { border-color: rgb(170,219,232); }

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