Html Css Color HEX #AADDEF Light Blue

📋 copy color: '#AADDEF'

red 170 ◦ green 221 ◦ blue 239

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

Shades of Light Blue #AADDEF

Tints of Light Blue #AADDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.08%

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 26.98%
G = 35.08%
B = 37.94%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AADDEF (or 0xAADDEF) is known color: Light Blue. HEX triplet: AA, DD and EF. RGB value is (170,221,239). Sum of RGB (Red+Green+Blue) = 170+221+239=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #AADDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDEF is #552210. Grayscale: #CFCFCF. Windows color (decimal): -5579281 or 15719850. OLE color: 15719850.

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

Color convert

RGB 170 221 239 -
CMYK 0.29 0.08 0 0.06
HSL 195.65º 0.68% 0.8% -
HSV(B) 195.65º 0.29% 0.94% -
XYZ 58.01 66.49 91.44 -
YUV 207.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 170 221 239 0.29 0.08 0 0.06 195.65 0.68 0.8
Hex AA DD EF 1D 8 0 6 C4 44 50
Octal 252 335 357 35 10 0 6 304 104 120
Binary 10101010 11011101 11101111 11101 1000 0 110 11000100 1000100 1010000

Color Harmonies of #AADDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDEF

Black with #AADDEF

Text Example


Text Example

White with #AADDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDEF; }

 p { color: rgb(170,221,239); }

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

background-color css

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

 a { background-color: rgb(170,221,239); }

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

border-color css

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

 span { border-color: rgb(170,221,239); }

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