Html Css Color HEX #A8DCEF Light Blue

📋 copy color: '#A8DCEF'

red 168 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #A8DCEF

Tints of Light Blue #A8DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 26.79%
G = 35.09%
B = 38.12%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8DCEF (or 0xA8DCEF) is known color: Light Blue. HEX triplet: A8, DC and EF. RGB value is (168,220,239). Sum of RGB (Red+Green+Blue) = 168+220+239=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCEF is #572310. Grayscale: #CECECE. Windows color (decimal): -5710609 or 15719592. OLE color: 15719592.

HSL color Cylindrical-coordinate representation of color #A8DCEF: hue angle of 196.06º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8DCEF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 220 239 -
CMYK 0.30 0.08 0 0.06
HSL 196.06º 0.69% 0.8% -
HSV(B) 196.06º 0.3% 0.94% -
XYZ 57.32 65.74 91.33 -
YUV 206.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 168 220 239 0.30 0.08 0 0.06 196.06 0.69 0.8
Hex A8 DC EF 1E 8 0 6 C4 45 50
Octal 250 334 357 36 10 0 6 304 105 120
Binary 10101000 11011100 11101111 11110 1000 0 110 11000100 1000101 1010000

Color Harmonies of #A8DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCEF

Black with #A8DCEF

Text Example


Text Example

White with #A8DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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