Html Css Color HEX #AADBF2 Light Blue

📋 copy color: '#AADBF2'

red 170 ◦ green 219 ◦ blue 242

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

Shades of Light Blue #AADBF2

Tints of Light Blue #AADBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 26.94%
G = 34.71%
B = 38.35%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AADBF2 (or 0xAADBF2) is known color: Light Blue. HEX triplet: AA, DB and F2. RGB value is (170,219,242). Sum of RGB (Red+Green+Blue) = 170+219+242=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #AADBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBF2 is #55240D. Grayscale: #CECECE. Windows color (decimal): -5579790 or 15915946. OLE color: 15915946.

HSL color Cylindrical-coordinate representation of color #AADBF2: hue angle of 199.17º degrees, saturation: 0.73, 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 #AADBF2 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 219 242 -
CMYK 0.30 0.10 0 0.05
HSL 199.17º 0.73% 0.81% -
HSV(B) 199.17º 0.3% 0.95% -
XYZ 57.94 65.62 93.62 -
YUV 206.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 170 219 242 0.30 0.10 0 0.05 199.17 0.73 0.81
Hex AA DB F2 1E A 0 5 C7 49 51
Octal 252 333 362 36 12 0 5 307 111 121
Binary 10101010 11011011 11110010 11110 1010 0 101 11000111 1001001 1010001

Color Harmonies of #AADBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBF2

Black with #AADBF2

Text Example


Text Example

White with #AADBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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