Html Css Color HEX #A8DCEE Light Blue

📋 copy color: '#A8DCEE'

red 168 ◦ green 220 ◦ blue 238

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

Shades of Light Blue #A8DCEE

Tints of Light Blue #A8DCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.14%

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

R = 26.84%
G = 35.14%
B = 38.02%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8DCEE (or 0xA8DCEE) is known color: Light Blue. HEX triplet: A8, DC and EE. RGB value is (168,220,238). Sum of RGB (Red+Green+Blue) = 168+220+238=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCEE is #572311. Grayscale: #CECECE. Windows color (decimal): -5710610 or 15654056. OLE color: 15654056.

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

Color convert

RGB 168 220 238 -
CMYK 0.29 0.08 0 0.07
HSL 195.43º 0.67% 0.8% -
HSV(B) 195.43º 0.29% 0.93% -
XYZ 57.17 65.68 90.55 -
YUV 206.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 168 220 238 0.29 0.08 0 0.07 195.43 0.67 0.8
Hex A8 DC EE 1D 8 0 7 C3 43 50
Octal 250 334 356 35 10 0 7 303 103 120
Binary 10101000 11011100 11101110 11101 1000 0 111 11000011 1000011 1010000

Color Harmonies of #A8DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCEE

Black with #A8DCEE

Text Example


Text Example

White with #A8DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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