Html Css Color HEX #A8DAE8 Light Blue

📋 copy color: '#A8DAE8'

red 168 ◦ green 218 ◦ blue 232

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

Shades of Light Blue #A8DAE8

Tints of Light Blue #A8DAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.54%

R = 27.18%
G = 35.28%
B = 37.54%

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

#A8DAE8 (or 0xA8DAE8) is known color: Light Blue. HEX triplet: A8, DA and E8. RGB value is (168,218,232). Sum of RGB (Red+Green+Blue) = 168+218+232=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8DAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAE8 is #572517. Grayscale: #CCCCCC. Windows color (decimal): -5711128 or 15260328. OLE color: 15260328.

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

Color convert

RGB 168 218 232 -
CMYK 0.28 0.06 0 0.09
HSL 193.13º 0.58% 0.78% -
HSV(B) 193.13º 0.28% 0.91% -
XYZ 55.79 64.29 85.81 -
YUV 204.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 168 218 232 0.28 0.06 0 0.09 193.13 0.58 0.78
Hex A8 DA E8 1C 6 0 9 C1 3A 4E
Octal 250 332 350 34 6 0 11 301 72 116
Binary 10101000 11011010 11101000 11100 110 0 1001 11000001 111010 1001110

Color Harmonies of #A8DAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAE8

Black with #A8DAE8

Text Example


Text Example

White with #A8DAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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