Html Css Color HEX #A9DDEF Light Blue

📋 copy color: '#A9DDEF'

red 169 ◦ green 221 ◦ blue 239

#A9DDEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #A9DDEF

Tints of Light Blue #A9DDEF

RGB

 RED value IS 169 (66.41% from 255) = 26.87%

 GREEN value IS 221 (86.72% from 255) = 35.14%

 BLUE value IS 239 (93.75% from 255) = 38%

R = 26.87%
G = 35.14%
B = 38%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A9DDEF (or 0xA9DDEF) is known color: Light Blue. HEX triplet: A9, DD and EF. RGB value is (169,221,239). Sum of RGB (Red+Green+Blue) = 169+221+239=629 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.87% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9DDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DDEF is #562210. Grayscale: #CFCFCF. Windows color (decimal): -5644817 or 15719849. OLE color: 15719849.

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

Color convert

RGB 169 221 239 -
CMYK 0.29 0.08 0 0.06
HSL 195.43º 0.69% 0.8% -
HSV(B) 195.43º 0.29% 0.94% -
XYZ 57.8 66.38 91.43 -
YUV 207.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 169 221 239 0.29 0.08 0 0.06 195.43 0.69 0.8
Hex A9 DD EF 1D 8 0 6 C3 45 50
Octal 251 335 357 35 10 0 6 303 105 120
Binary 10101001 11011101 11101111 11101 1000 0 110 11000011 1000101 1010000

Color Harmonies of #A9DDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DDEF

Black with #A9DDEF

Text Example


Text Example

White with #A9DDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DDEF; }

 p { color: rgb(169,221,239); }

 H1.HeaderClassName
 {
   color: #A9DDEF;
 }
 .AnyTagClassName
 {
   color: #A9DDEF;
 }
</style>

background-color css

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

 a { background-color: rgb(169,221,239); }

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

border-color css

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

 span { border-color: rgb(169,221,239); }

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