#AADFF1

Color #AADFF1 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #AADFF1

Tints of Light Blue #AADFF1

Color information

#AADFF1 (or 0xAADFF1) is unknown color: approx 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

RGB170223241-
CMYK0.290.0700.05
HSL195.21º71.72%80.59%-
HSV(B)195.21º29.46%94.51%-
XYZ58.8467.6793.18-
YUV209.2145.94100.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702232410.290.0700.05195.2171.7280.59
HexAADFF11D705c34851
Octal25233736135705303110121
Binary1010101011011111111100011110111101011100001110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>