Html Css Color HEX #AADAED Light Blue

📋 copy color: '#AADAED'

red 170 ◦ green 218 ◦ blue 237

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

Shades of Light Blue #AADAED

Tints of Light Blue #AADAED

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.88%

 BLUE value IS 237 (92.97% from 255) = 37.92%

R = 27.2%
G = 34.88%
B = 37.92%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AADAED (or 0xAADAED) is known color: Light Blue. HEX triplet: AA, DA and ED. RGB value is (170,218,237). Sum of RGB (Red+Green+Blue) = 170+218+237=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #AADAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAED is #552512. Grayscale: #CDCDCD. Windows color (decimal): -5580051 or 15588010. OLE color: 15588010.

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

Color convert

RGB 170 218 237 -
CMYK 0.28 0.08 0 0.07
HSL 197.01º 0.65% 0.8% -
HSV(B) 197.01º 0.28% 0.93% -
XYZ 56.94 64.8 89.63 -
YUV 205.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 170 218 237 0.28 0.08 0 0.07 197.01 0.65 0.8
Hex AA DA ED 1C 8 0 7 C5 41 50
Octal 252 332 355 34 10 0 7 305 101 120
Binary 10101010 11011010 11101101 11100 1000 0 111 11000101 1000001 1010000

Color Harmonies of #AADAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAED

Black with #AADAED

Text Example


Text Example

White with #AADAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAED; }

 p { color: rgb(170,218,237); }

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

background-color css

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

 a { background-color: rgb(170,218,237); }

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

border-color css

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

 span { border-color: rgb(170,218,237); }

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