Html Css Color HEX #A8D9EE Light Blue

📋 copy color: '#A8D9EE'

red 168 ◦ green 217 ◦ blue 238

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

Shades of Light Blue #A8D9EE

Tints of Light Blue #A8D9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.2%

R = 26.97%
G = 34.83%
B = 38.2%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8D9EE (or 0xA8D9EE) is known color: Light Blue. HEX triplet: A8, D9 and EE. RGB value is (168,217,238). Sum of RGB (Red+Green+Blue) = 168+217+238=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8D9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D9EE is #572611. Grayscale: #CCCCCC. Windows color (decimal): -5711378 or 15653288. OLE color: 15653288.

HSL color Cylindrical-coordinate representation of color #A8D9EE: hue angle of 198º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D9EE is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 217 238 -
CMYK 0.29 0.09 0 0.07
HSL 198º 0.67% 0.8% -
HSV(B) 198º 0.29% 0.93% -
XYZ 56.39 64.12 90.29 -
YUV 204.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 168 217 238 0.29 0.09 0 0.07 198 0.67 0.8
Hex A8 D9 EE 1D 9 0 7 C6 43 50
Octal 250 331 356 35 11 0 7 306 103 120
Binary 10101000 11011001 11101110 11101 1001 0 111 11000110 1000011 1010000

Color Harmonies of #A8D9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D9EE

Black with #A8D9EE

Text Example


Text Example

White with #A8D9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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