Html Css Color HEX #A8D9E9 Light Blue

📋 copy color: '#A8D9E9'

red 168 ◦ green 217 ◦ blue 233

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

Shades of Light Blue #A8D9E9

Tints of Light Blue #A8D9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.7%

R = 27.18%
G = 35.11%
B = 37.7%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A8D9E9 (or 0xA8D9E9) is known color: Light Blue. HEX triplet: A8, D9 and E9. RGB value is (168,217,233). Sum of RGB (Red+Green+Blue) = 168+217+233=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #A8D9E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D9E9 is #572616. Grayscale: #CCCCCC. Windows color (decimal): -5711383 or 15325608. OLE color: 15325608.

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

Color convert

RGB 168 217 233 -
CMYK 0.28 0.07 0 0.09
HSL 194.77º 0.6% 0.79% -
HSV(B) 194.77º 0.28% 0.91% -
XYZ 55.67 63.83 86.48 -
YUV 204.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 168 217 233 0.28 0.07 0 0.09 194.77 0.6 0.79
Hex A8 D9 E9 1C 7 0 9 C3 3C 4F
Octal 250 331 351 34 7 0 11 303 74 117
Binary 10101000 11011001 11101001 11100 111 0 1001 11000011 111100 1001111

Color Harmonies of #A8D9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D9E9

Black with #A8D9E9

Text Example


Text Example

White with #A8D9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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