Html Css Color HEX #AADBEA Light Blue

📋 copy color: '#AADBEA'

red 170 ◦ green 219 ◦ blue 234

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

Shades of Light Blue #AADBEA

Tints of Light Blue #AADBEA

RGB

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

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

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

R = 27.29%
G = 35.15%
B = 37.56%

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

#AADBEA (or 0xAADBEA) is known color: Light Blue. HEX triplet: AA, DB and EA. RGB value is (170,219,234). Sum of RGB (Red+Green+Blue) = 170+219+234=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #AADBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBEA is #552415. Grayscale: #CDCDCD. Windows color (decimal): -5579798 or 15391658. OLE color: 15391658.

HSL color Cylindrical-coordinate representation of color #AADBEA: hue angle of 194.06º 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 #AADBEA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 219 234 -
CMYK 0.27 0.06 0 0.08
HSL 194.06º 0.6% 0.79% -
HSV(B) 194.06º 0.27% 0.92% -
XYZ 56.76 65.15 87.43 -
YUV 206.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 170 219 234 0.27 0.06 0 0.08 194.06 0.6 0.79
Hex AA DB EA 1B 6 0 8 C2 3C 4F
Octal 252 333 352 33 6 0 10 302 74 117
Binary 10101010 11011011 11101010 11011 110 0 1000 11000010 111100 1001111

Color Harmonies of #AADBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBEA

Black with #AADBEA

Text Example


Text Example

White with #AADBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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