Html Css Color HEX #A9DAEA Light Blue

📋 copy color: '#A9DAEA'

red 169 ◦ green 218 ◦ blue 234

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

Shades of Light Blue #A9DAEA

Tints of Light Blue #A9DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.1%

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 27.21%
G = 35.1%
B = 37.68%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A9DAEA (or 0xA9DAEA) is known color: Light Blue. HEX triplet: A9, DA and EA. RGB value is (169,218,234). Sum of RGB (Red+Green+Blue) = 169+218+234=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DAEA is #562515. Grayscale: #CDCDCD. Windows color (decimal): -5645590 or 15391401. OLE color: 15391401.

HSL color Cylindrical-coordinate representation of color #A9DAEA: hue angle of 194.77º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9DAEA is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 218 234 -
CMYK 0.28 0.07 0 0.08
HSL 194.77º 0.61% 0.79% -
HSV(B) 194.77º 0.28% 0.92% -
XYZ 56.28 64.52 87.33 -
YUV 205.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 169 218 234 0.28 0.07 0 0.08 194.77 0.61 0.79
Hex A9 DA EA 1C 7 0 8 C3 3D 4F
Octal 251 332 352 34 7 0 10 303 75 117
Binary 10101001 11011010 11101010 11100 111 0 1000 11000011 111101 1001111

Color Harmonies of #A9DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DAEA

Black with #A9DAEA

Text Example


Text Example

White with #A9DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DAEA; }

 p { color: rgb(169,218,234); }

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

background-color css

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

 a { background-color: rgb(169,218,234); }

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

border-color css

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

 span { border-color: rgb(169,218,234); }

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