Html Css Color HEX #A8DCED Light Blue

📋 copy color: '#A8DCED'

red 168 ◦ green 220 ◦ blue 237

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

Shades of Light Blue #A8DCED

Tints of Light Blue #A8DCED

RGB

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

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

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

R = 26.88%
G = 35.2%
B = 37.92%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8DCED (or 0xA8DCED) is known color: Light Blue. HEX triplet: A8, DC and ED. RGB value is (168,220,237). Sum of RGB (Red+Green+Blue) = 168+220+237=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCED is #572312. Grayscale: #CECECE. Windows color (decimal): -5710611 or 15588520. OLE color: 15588520.

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

Color convert

RGB 168 220 237 -
CMYK 0.29 0.07 0 0.07
HSL 194.78º 0.66% 0.79% -
HSV(B) 194.78º 0.29% 0.93% -
XYZ 57.03 65.63 89.78 -
YUV 206.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 168 220 237 0.29 0.07 0 0.07 194.78 0.66 0.79
Hex A8 DC ED 1D 7 0 7 C3 42 4F
Octal 250 334 355 35 7 0 7 303 102 117
Binary 10101000 11011100 11101101 11101 111 0 111 11000011 1000010 1001111

Color Harmonies of #A8DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCED

Black with #A8DCED

Text Example


Text Example

White with #A8DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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