Html Css Color HEX #A9DBEE Light Blue

📋 copy color: '#A9DBEE'

red 169 ◦ green 219 ◦ blue 238

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

Shades of Light Blue #A9DBEE

Tints of Light Blue #A9DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.02%

R = 27%
G = 34.98%
B = 38.02%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9DBEE (or 0xA9DBEE) is known color: Light Blue. HEX triplet: A9, DB and EE. RGB value is (169,219,238). Sum of RGB (Red+Green+Blue) = 169+219+238=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #A9DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBEE is #562411. Grayscale: #CECECE. Windows color (decimal): -5645330 or 15653801. OLE color: 15653801.

HSL color Cylindrical-coordinate representation of color #A9DBEE: hue angle of 196.52º degrees, saturation: 0.67, 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 #A9DBEE is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 219 238 -
CMYK 0.29 0.08 0 0.07
HSL 196.52º 0.67% 0.8% -
HSV(B) 196.52º 0.29% 0.93% -
XYZ 57.13 65.27 90.48 -
YUV 206.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 169 219 238 0.29 0.08 0 0.07 196.52 0.67 0.8
Hex A9 DB EE 1D 8 0 7 C5 43 50
Octal 251 333 356 35 10 0 7 305 103 120
Binary 10101001 11011011 11101110 11101 1000 0 111 11000101 1000011 1010000

Color Harmonies of #A9DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DBEE

Black with #A9DBEE

Text Example


Text Example

White with #A9DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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