Html Css Color HEX #A8D9EB Light Blue

📋 copy color: '#A8D9EB'

red 168 ◦ green 217 ◦ blue 235

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

Shades of Light Blue #A8D9EB

Tints of Light Blue #A8D9EB

RGB

 RED value IS 168 (66.02% from 255) = 27.1%

 GREEN value IS 217 (85.16% from 255) = 35%

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

R = 27.1%
G = 35%
B = 37.9%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8D9EB (or 0xA8D9EB) is known color: Light Blue. HEX triplet: A8, D9 and EB. RGB value is (168,217,235). Sum of RGB (Red+Green+Blue) = 168+217+235=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8D9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D9EB is #572614. Grayscale: #CCCCCC. Windows color (decimal): -5711381 or 15456680. OLE color: 15456680.

HSL color Cylindrical-coordinate representation of color #A8D9EB: hue angle of 196.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D9EB is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 217 235 -
CMYK 0.29 0.08 0 0.08
HSL 196.12º 0.63% 0.79% -
HSV(B) 196.12º 0.29% 0.92% -
XYZ 55.96 63.95 87.99 -
YUV 204.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 168 217 235 0.29 0.08 0 0.08 196.12 0.63 0.79
Hex A8 D9 EB 1D 8 0 8 C4 3F 4F
Octal 250 331 353 35 10 0 10 304 77 117
Binary 10101000 11011001 11101011 11101 1000 0 1000 11000100 111111 1001111

Color Harmonies of #A8D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D9EB

Black with #A8D9EB

Text Example


Text Example

White with #A8D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D9EB; }

 p { color: rgb(168,217,235); }

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

background-color css

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

 a { background-color: rgb(168,217,235); }

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

border-color css

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

 span { border-color: rgb(168,217,235); }

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