#A9DEED

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

Shades of Light Blue #A9DEED

Tints of Light Blue #A9DEED

Color information

#A9DEED (or 0xA9DEED) is unknown color: approx Light Blue. HEX triplet: A9, DE and ED. RGB value is (169,222,237). Sum of RGB (Red+Green+Blue) = 169+222+237=628 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.91% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DEED is #562112. Grayscale: #CFCFCF. Windows color (decimal): -5644563 or 15589033. OLE color: 15589033.

HSL color Cylindrical-coordinate representation of color #A9DEED: hue angle of 193.24º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9DEED is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169222237-
CMYK0.290.0600.07
HSL193.24º65.38%79.61%-
HSV(B)193.24º28.69%92.94%-
XYZ57.7766.7989.97-
YUV207.86144.44100.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.91%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=26.91%
G=35.35%
B=37.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692222370.290.0600.07193.2465.3879.61
HexA9DEED1D607c14150
Octal25133635535607301101120
Binary1010100111011110111011011110111001111100000110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DEED; }

 p { color: rgb(169,222,237); }

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

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

 a { background-color: rgb(169,222,237); }

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

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

 span { border-color: rgb(169,222,237); }

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