Html Css Color HEX #AADBEB Light Blue

📋 copy color: '#AADBEB'

red 170 ◦ green 219 ◦ blue 235

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

Shades of Light Blue #AADBEB

Tints of Light Blue #AADBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.66%

R = 27.24%
G = 35.1%
B = 37.66%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AADBEB (or 0xAADBEB) is known color: Light Blue. HEX triplet: AA, DB and EB. RGB value is (170,219,235). Sum of RGB (Red+Green+Blue) = 170+219+235=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #AADBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBEB is #552414. Grayscale: #CECECE. Windows color (decimal): -5579797 or 15457194. OLE color: 15457194.

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

Color convert

RGB 170 219 235 -
CMYK 0.28 0.07 0 0.08
HSL 194.77º 0.62% 0.79% -
HSV(B) 194.77º 0.28% 0.92% -
XYZ 56.9 65.21 88.18 -
YUV 206.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 170 219 235 0.28 0.07 0 0.08 194.77 0.62 0.79
Hex AA DB EB 1C 7 0 8 C3 3E 4F
Octal 252 333 353 34 7 0 10 303 76 117
Binary 10101010 11011011 11101011 11100 111 0 1000 11000011 111110 1001111

Color Harmonies of #AADBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBEB

Black with #AADBEB

Text Example


Text Example

White with #AADBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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