Html Css Color HEX #A8D7ED Light Blue

📋 copy color: '#A8D7ED'

red 168 ◦ green 215 ◦ blue 237

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

Shades of Light Blue #A8D7ED

Tints of Light Blue #A8D7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 27.1%
G = 34.68%
B = 38.23%

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

#A8D7ED (or 0xA8D7ED) is known color: Light Blue. HEX triplet: A8, D7 and ED. RGB value is (168,215,237). Sum of RGB (Red+Green+Blue) = 168+215+237=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8D7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D7ED is #572812. Grayscale: #CBCBCB. Windows color (decimal): -5711891 or 15587240. OLE color: 15587240.

HSL color Cylindrical-coordinate representation of color #A8D7ED: hue angle of 199.13º degrees, saturation: 0.66, 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 #A8D7ED is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 215 237 -
CMYK 0.29 0.09 0 0.07
HSL 199.13º 0.66% 0.79% -
HSV(B) 199.13º 0.29% 0.93% -
XYZ 55.73 63.04 89.35 -
YUV 203.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 168 215 237 0.29 0.09 0 0.07 199.13 0.66 0.79
Hex A8 D7 ED 1D 9 0 7 C7 42 4F
Octal 250 327 355 35 11 0 7 307 102 117
Binary 10101000 11010111 11101101 11101 1001 0 111 11000111 1000010 1001111

Color Harmonies of #A8D7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D7ED

Black with #A8D7ED

Text Example


Text Example

White with #A8D7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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