Html Css Color HEX #AADFF1 Light Blue

📋 copy color: '#AADFF1'

red 170 ◦ green 223 ◦ blue 241

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

Shades of Light Blue #AADFF1

Tints of Light Blue #AADFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.17%

 BLUE value IS 241 (94.53% from 255) = 38.01%

R = 26.81%
G = 35.17%
B = 38.01%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AADFF1 (or 0xAADFF1) is known color: Light Blue. HEX triplet: AA, DF and F1. RGB value is (170,223,241). Sum of RGB (Red+Green+Blue) = 170+223+241=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #AADFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFF1 is #55200E. Grayscale: #D1D1D1. Windows color (decimal): -5578767 or 15851434. OLE color: 15851434.

HSL color Cylindrical-coordinate representation of color #AADFF1: hue angle of 195.21º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AADFF1 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 223 241 -
CMYK 0.29 0.07 0 0.05
HSL 195.21º 0.72% 0.81% -
HSV(B) 195.21º 0.29% 0.95% -
XYZ 58.84 67.67 93.18 -
YUV 209.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 170 223 241 0.29 0.07 0 0.05 195.21 0.72 0.81
Hex AA DF F1 1D 7 0 5 C3 48 51
Octal 252 337 361 35 7 0 5 303 110 121
Binary 10101010 11011111 11110001 11101 111 0 101 11000011 1001000 1010001

Color Harmonies of #AADFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFF1

Black with #AADFF1

Text Example


Text Example

White with #AADFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFF1; }

 p { color: rgb(170,223,241); }

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

background-color css

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

 a { background-color: rgb(170,223,241); }

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

border-color css

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

 span { border-color: rgb(170,223,241); }

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