#ADDFF7

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

Shades of Light Blue #ADDFF7

Tints of Light Blue #ADDFF7

Color information

#ADDFF7 (or 0xADDFF7) is unknown color: approx Light Blue. HEX triplet: AD, DF and F7. RGB value is (173,223,247). Sum of RGB (Red+Green+Blue) = 173+223+247=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADDFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF7 is #522008. Grayscale: #D2D2D2. Windows color (decimal): -5382153 or 16244653. OLE color: 16244653.

HSL color Cylindrical-coordinate representation of color #ADDFF7: hue angle of 199.46º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDFF7 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173223247-
CMYK0.300.1000.03
HSL199.46º82.22%82.35%-
HSV(B)199.46º29.96%96.86%-
XYZ60.4168.3798.01-
YUV210.79148.44101.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.91%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 247 (96.88% from 255) = 38.41%
R=26.91%
G=34.68%
B=38.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732232470.300.1000.03199.4682.2282.35
HexADDFF71EA03c75252
Octal255337367361203307122122
Binary1010110111011111111101111111010100111100011110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFF7; }

 p { color: rgb(173,223,247); }

 H1.HeaderClassName
 {
   color: #ADDFF7;
 }
 .AnyTagClassName
 {
   color: #ADDFF7;
 }
</style>
background-color css

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

 a { background-color: rgb(173,223,247); }

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

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

 span { border-color: rgb(173,223,247); }

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