#A8DDF1

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

Shades of Light Blue #A8DDF1

Tints of Light Blue #A8DDF1

Color information

#A8DDF1 (or 0xA8DDF1) is unknown color: approx Light Blue. HEX triplet: A8, DD and F1. RGB value is (168,221,241). Sum of RGB (Red+Green+Blue) = 168+221+241=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #A8DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDF1 is #57220E. Grayscale: #CFCFCF. Windows color (decimal): -5710351 or 15850920. OLE color: 15850920.

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

Color convert

RGB168221241-
CMYK0.300.0800.05
HSL196.44º72.28%80.2%-
HSV(B)196.44º30.29%94.51%-
XYZ57.8866.3992.98-
YUV207.43146.9499.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.67%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 241 (94.53% from 255) = 38.25%
R=26.67%
G=35.08%
B=38.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682212410.300.0800.05196.4472.2880.2
HexA8DDF11E805c44850
Octal250335361361005304110120
Binary10101000110111011111000111110100001011100010010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DDF1; }

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

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

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

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

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

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

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

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