Html Css Color HEX #A8D8EB Light Blue

📋 copy color: '#A8D8EB'

red 168 ◦ green 216 ◦ blue 235

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

Shades of Light Blue #A8D8EB

Tints of Light Blue #A8D8EB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.89%

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 27.14%
G = 34.89%
B = 37.96%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8D8EB (or 0xA8D8EB) is known color: Light Blue. HEX triplet: A8, D8 and EB. RGB value is (168,216,235). Sum of RGB (Red+Green+Blue) = 168+216+235=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8D8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D8EB is #572714. Grayscale: #CBCBCB. Windows color (decimal): -5711637 or 15456424. OLE color: 15456424.

HSL color Cylindrical-coordinate representation of color #A8D8EB: hue angle of 197.01º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D8EB is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 216 235 -
CMYK 0.29 0.08 0 0.08
HSL 197.01º 0.63% 0.79% -
HSV(B) 197.01º 0.29% 0.92% -
XYZ 55.7 63.43 87.91 -
YUV 203.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 168 216 235 0.29 0.08 0 0.08 197.01 0.63 0.79
Hex A8 D8 EB 1D 8 0 8 C5 3F 4F
Octal 250 330 353 35 10 0 10 305 77 117
Binary 10101000 11011000 11101011 11101 1000 0 1000 11000101 111111 1001111

Color Harmonies of #A8D8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D8EB

Black with #A8D8EB

Text Example


Text Example

White with #A8D8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D8EB; }

 p { color: rgb(168,216,235); }

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

background-color css

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

 a { background-color: rgb(168,216,235); }

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

border-color css

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

 span { border-color: rgb(168,216,235); }

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