Html Css Color HEX #A9DBF2 Light Blue

📋 copy color: '#A9DBF2'

red 169 ◦ green 219 ◦ blue 242

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

Shades of Light Blue #A9DBF2

Tints of Light Blue #A9DBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.41%

R = 26.83%
G = 34.76%
B = 38.41%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A9DBF2 (or 0xA9DBF2) is known color: Light Blue. HEX triplet: A9, DB and F2. RGB value is (169,219,242). Sum of RGB (Red+Green+Blue) = 169+219+242=630 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.83% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBF2 is #56240D. Grayscale: #CECECE. Windows color (decimal): -5645326 or 15915945. OLE color: 15915945.

HSL color Cylindrical-coordinate representation of color #A9DBF2: hue angle of 198.9º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9DBF2 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 219 242 -
CMYK 0.30 0.10 0 0.05
HSL 198.9º 0.74% 0.81% -
HSV(B) 198.9º 0.3% 0.95% -
XYZ 57.72 65.51 93.61 -
YUV 206.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 169 219 242 0.30 0.10 0 0.05 198.9 0.74 0.81
Hex A9 DB F2 1E A 0 5 C7 4A 51
Octal 251 333 362 36 12 0 5 307 112 121
Binary 10101001 11011011 11110010 11110 1010 0 101 11000111 1001010 1010001

Color Harmonies of #A9DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DBF2

Black with #A9DBF2

Text Example


Text Example

White with #A9DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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