Html Css Color HEX #A9DCEC Light Blue

📋 copy color: '#A9DCEC'

red 169 ◦ green 220 ◦ blue 236

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

Shades of Light Blue #A9DCEC

Tints of Light Blue #A9DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.2%

 BLUE value IS 236 (92.58% from 255) = 37.76%

R = 27.04%
G = 35.2%
B = 37.76%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9DCEC (or 0xA9DCEC) is known color: Light Blue. HEX triplet: A9, DC and EC. RGB value is (169,220,236). Sum of RGB (Red+Green+Blue) = 169+220+236=625 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.04% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DCEC is #562313. Grayscale: #CECECE. Windows color (decimal): -5645076 or 15522985. OLE color: 15522985.

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

Color convert

RGB 169 220 236 -
CMYK 0.28 0.07 0 0.07
HSL 194.33º 0.64% 0.79% -
HSV(B) 194.33º 0.28% 0.93% -
XYZ 57.1 65.68 89.02 -
YUV 206.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 169 220 236 0.28 0.07 0 0.07 194.33 0.64 0.79
Hex A9 DC EC 1C 7 0 7 C2 40 4F
Octal 251 334 354 34 7 0 7 302 100 117
Binary 10101001 11011100 11101100 11100 111 0 111 11000010 1000000 1001111

Color Harmonies of #A9DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCEC

Black with #A9DCEC

Text Example


Text Example

White with #A9DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCEC; }

 p { color: rgb(169,220,236); }

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

background-color css

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

 a { background-color: rgb(169,220,236); }

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

border-color css

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

 span { border-color: rgb(169,220,236); }

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