#A7DDF1

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

Shades of Light Blue #A7DDF1

Tints of Light Blue #A7DDF1

Color information

#A7DDF1 (or 0xA7DDF1) is unknown color: approx Light Blue. HEX triplet: A7, DD and F1. RGB value is (167,221,241). Sum of RGB (Red+Green+Blue) = 167+221+241=629 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.55% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #A7DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DDF1 is #58220E. Grayscale: #CECECE. Windows color (decimal): -5775887 or 15850919. OLE color: 15850919.

HSL color Cylindrical-coordinate representation of color #A7DDF1: hue angle of 196.22º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7DDF1 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167221241-
CMYK0.310.0800.05
HSL196.22º72.55%80%-
HSV(B)196.22º30.71%94.51%-
XYZ57.6766.2892.97-
YUV207.13147.1199.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.55%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=26.55%
G=35.14%
B=38.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672212410.310.0800.05196.2272.5580
HexA7DDF11F805c44950
Octal247335361371005304111120
Binary10100111110111011111000111111100001011100010010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DDF1; }

 p { color: rgb(167,221,241); }

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

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

 a { background-color: rgb(167,221,241); }

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

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

 span { border-color: rgb(167,221,241); }

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