Html Css Color HEX #A8DAE9 Light Blue

📋 copy color: '#A8DAE9'

red 168 ◦ green 218 ◦ blue 233

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

Shades of Light Blue #A8DAE9

Tints of Light Blue #A8DAE9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.22%

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

R = 27.14%
G = 35.22%
B = 37.64%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A8DAE9 (or 0xA8DAE9) is known color: Light Blue. HEX triplet: A8, DA and E9. RGB value is (168,218,233). Sum of RGB (Red+Green+Blue) = 168+218+233=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #A8DAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAE9 is #572516. Grayscale: #CCCCCC. Windows color (decimal): -5711127 or 15325864. OLE color: 15325864.

HSL color Cylindrical-coordinate representation of color #A8DAE9: hue angle of 193.85º 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 #A8DAE9 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 218 233 -
CMYK 0.28 0.06 0 0.09
HSL 193.85º 0.6% 0.79% -
HSV(B) 193.85º 0.28% 0.91% -
XYZ 55.93 64.35 86.56 -
YUV 204.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 168 218 233 0.28 0.06 0 0.09 193.85 0.6 0.79
Hex A8 DA E9 1C 6 0 9 C2 3C 4F
Octal 250 332 351 34 6 0 11 302 74 117
Binary 10101000 11011010 11101001 11100 110 0 1001 11000010 111100 1001111

Color Harmonies of #A8DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAE9

Black with #A8DAE9

Text Example


Text Example

White with #A8DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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