Html Css Color HEX #A9DBEA Light Blue

📋 copy color: '#A9DBEA'

red 169 ◦ green 219 ◦ blue 234

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

Shades of Light Blue #A9DBEA

Tints of Light Blue #A9DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.21%

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

R = 27.17%
G = 35.21%
B = 37.62%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A9DBEA (or 0xA9DBEA) is known color: Light Blue. HEX triplet: A9, DB and EA. RGB value is (169,219,234). Sum of RGB (Red+Green+Blue) = 169+219+234=622 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.17% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBEA is #562415. Grayscale: #CDCDCD. Windows color (decimal): -5645334 or 15391657. OLE color: 15391657.

HSL color Cylindrical-coordinate representation of color #A9DBEA: hue angle of 193.85º 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 #A9DBEA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 219 234 -
CMYK 0.28 0.06 0 0.08
HSL 193.85º 0.61% 0.79% -
HSV(B) 193.85º 0.28% 0.92% -
XYZ 56.54 65.04 87.42 -
YUV 205.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 169 219 234 0.28 0.06 0 0.08 193.85 0.61 0.79
Hex A9 DB EA 1C 6 0 8 C2 3D 4F
Octal 251 333 352 34 6 0 10 302 75 117
Binary 10101001 11011011 11101010 11100 110 0 1000 11000010 111101 1001111

Color Harmonies of #A9DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DBEA

Black with #A9DBEA

Text Example


Text Example

White with #A9DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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