Html Css Color HEX #A8D7EC Light Blue

📋 copy color: '#A8D7EC'

red 168 ◦ green 215 ◦ blue 236

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

Shades of Light Blue #A8D7EC

Tints of Light Blue #A8D7EC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.73%

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 27.14%
G = 34.73%
B = 38.13%

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

#A8D7EC (or 0xA8D7EC) is known color: Light Blue. HEX triplet: A8, D7 and EC. RGB value is (168,215,236). Sum of RGB (Red+Green+Blue) = 168+215+236=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8D7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D7EC is #572813. Grayscale: #CBCBCB. Windows color (decimal): -5711892 or 15521704. OLE color: 15521704.

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

Color convert

RGB 168 215 236 -
CMYK 0.29 0.09 0 0.07
HSL 198.53º 0.64% 0.79% -
HSV(B) 198.53º 0.29% 0.93% -
XYZ 55.59 62.98 88.58 -
YUV 203.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 168 215 236 0.29 0.09 0 0.07 198.53 0.64 0.79
Hex A8 D7 EC 1D 9 0 7 C7 40 4F
Octal 250 327 354 35 11 0 7 307 100 117
Binary 10101000 11010111 11101100 11101 1001 0 111 11000111 1000000 1001111

Color Harmonies of #A8D7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D7EC

Black with #A8D7EC

Text Example


Text Example

White with #A8D7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D7EC; }

 p { color: rgb(168,215,236); }

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

background-color css

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

 a { background-color: rgb(168,215,236); }

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

border-color css

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

 span { border-color: rgb(168,215,236); }

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