Html Css Color HEX #AADDF3 Light Blue

📋 copy color: '#AADDF3'

red 170 ◦ green 221 ◦ blue 243

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

Shades of Light Blue #AADDF3

Tints of Light Blue #AADDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.33%

R = 26.81%
G = 34.86%
B = 38.33%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AADDF3 (or 0xAADDF3) is known color: Light Blue. HEX triplet: AA, DD and F3. RGB value is (170,221,243). Sum of RGB (Red+Green+Blue) = 170+221+243=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #AADDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDF3 is #55220C. Grayscale: #D0D0D0. Windows color (decimal): -5579277 or 15981994. OLE color: 15981994.

HSL color Cylindrical-coordinate representation of color #AADDF3: hue angle of 198.08º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AADDF3 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 221 243 -
CMYK 0.30 0.09 0 0.05
HSL 198.08º 0.75% 0.81% -
HSV(B) 198.08º 0.3% 0.95% -
XYZ 58.61 66.73 94.59 -
YUV 208.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 170 221 243 0.30 0.09 0 0.05 198.08 0.75 0.81
Hex AA DD F3 1E 9 0 5 C6 4B 51
Octal 252 335 363 36 11 0 5 306 113 121
Binary 10101010 11011101 11110011 11110 1001 0 101 11000110 1001011 1010001

Color Harmonies of #AADDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDF3

Black with #AADDF3

Text Example


Text Example

White with #AADDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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