Html Css Color HEX #A8DAEC Light Blue

📋 copy color: '#A8DAEC'

red 168 ◦ green 218 ◦ blue 236

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

Shades of Light Blue #A8DAEC

Tints of Light Blue #A8DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.05%

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 27.01%
G = 35.05%
B = 37.94%

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

#A8DAEC (or 0xA8DAEC) is known color: Light Blue. HEX triplet: A8, DA and EC. RGB value is (168,218,236). Sum of RGB (Red+Green+Blue) = 168+218+236=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAEC is #572513. Grayscale: #CCCCCC. Windows color (decimal): -5711124 or 15522472. OLE color: 15522472.

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

Color convert

RGB 168 218 236 -
CMYK 0.29 0.08 0 0.07
HSL 195.88º 0.64% 0.79% -
HSV(B) 195.88º 0.29% 0.93% -
XYZ 56.36 64.52 88.84 -
YUV 205.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 168 218 236 0.29 0.08 0 0.07 195.88 0.64 0.79
Hex A8 DA EC 1D 8 0 7 C4 40 4F
Octal 250 332 354 35 10 0 7 304 100 117
Binary 10101000 11011010 11101100 11101 1000 0 111 11000100 1000000 1001111

Color Harmonies of #A8DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAEC

Black with #A8DAEC

Text Example


Text Example

White with #A8DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAEC; }

 p { color: rgb(168,218,236); }

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

background-color css

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

 a { background-color: rgb(168,218,236); }

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

border-color css

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

 span { border-color: rgb(168,218,236); }

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