Html Css Color HEX #AADBEE Light Blue

📋 copy color: '#AADBEE'

red 170 ◦ green 219 ◦ blue 238

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

Shades of Light Blue #AADBEE

Tints of Light Blue #AADBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 27.11%
G = 34.93%
B = 37.96%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AADBEE (or 0xAADBEE) is known color: Light Blue. HEX triplet: AA, DB and EE. RGB value is (170,219,238). Sum of RGB (Red+Green+Blue) = 170+219+238=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #AADBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBEE is #552411. Grayscale: #CECECE. Windows color (decimal): -5579794 or 15653802. OLE color: 15653802.

HSL color Cylindrical-coordinate representation of color #AADBEE: hue angle of 196.76º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AADBEE is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 219 238 -
CMYK 0.29 0.08 0 0.07
HSL 196.76º 0.67% 0.8% -
HSV(B) 196.76º 0.29% 0.93% -
XYZ 57.34 65.38 90.49 -
YUV 206.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 170 219 238 0.29 0.08 0 0.07 196.76 0.67 0.8
Hex AA DB EE 1D 8 0 7 C5 43 50
Octal 252 333 356 35 10 0 7 305 103 120
Binary 10101010 11011011 11101110 11101 1000 0 111 11000101 1000011 1010000

Color Harmonies of #AADBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBEE

Black with #AADBEE

Text Example


Text Example

White with #AADBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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