Html Css Color HEX #A9DCED Light Blue

📋 copy color: '#A9DCED'

red 169 ◦ green 220 ◦ blue 237

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

Shades of Light Blue #A9DCED

Tints of Light Blue #A9DCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.86%

R = 27%
G = 35.14%
B = 37.86%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9DCED (or 0xA9DCED) is known color: Light Blue. HEX triplet: A9, DC and ED. RGB value is (169,220,237). Sum of RGB (Red+Green+Blue) = 169+220+237=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DCED is #562312. Grayscale: #CECECE. Windows color (decimal): -5645075 or 15588521. OLE color: 15588521.

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

Color convert

RGB 169 220 237 -
CMYK 0.29 0.07 0 0.07
HSL 195º 0.65% 0.8% -
HSV(B) 195º 0.29% 0.93% -
XYZ 57.24 65.74 89.79 -
YUV 206.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 169 220 237 0.29 0.07 0 0.07 195 0.65 0.8
Hex A9 DC ED 1D 7 0 7 C3 41 50
Octal 251 334 355 35 7 0 7 303 101 120
Binary 10101001 11011100 11101101 11101 111 0 111 11000011 1000001 1010000

Color Harmonies of #A9DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCED

Black with #A9DCED

Text Example


Text Example

White with #A9DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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