Html Css Color HEX #A9D5EB Light Blue

📋 copy color: '#A9D5EB'

red 169 ◦ green 213 ◦ blue 235

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

Shades of Light Blue #A9D5EB

Tints of Light Blue #A9D5EB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.52%

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 27.39%
G = 34.52%
B = 38.09%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A9D5EB (or 0xA9D5EB) is known color: Light Blue. HEX triplet: A9, D5 and EB. RGB value is (169,213,235). Sum of RGB (Red+Green+Blue) = 169+213+235=617 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.39% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9D5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D5EB is #562A14. Grayscale: #CACACA. Windows color (decimal): -5646869 or 15455657. OLE color: 15455657.

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

Color convert

RGB 169 213 235 -
CMYK 0.28 0.09 0 0.08
HSL 200º 0.62% 0.79% -
HSV(B) 200º 0.28% 0.92% -
XYZ 55.15 62.02 87.66 -
YUV 202.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 169 213 235 0.28 0.09 0 0.08 200 0.62 0.79
Hex A9 D5 EB 1C 9 0 8 C8 3E 4F
Octal 251 325 353 34 11 0 10 310 76 117
Binary 10101001 11010101 11101011 11100 1001 0 1000 11001000 111110 1001111

Color Harmonies of #A9D5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D5EB

Black with #A9D5EB

Text Example


Text Example

White with #A9D5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D5EB; }

 p { color: rgb(169,213,235); }

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

background-color css

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

 a { background-color: rgb(169,213,235); }

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

border-color css

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

 span { border-color: rgb(169,213,235); }

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