Html Css Color HEX #A8DAEB Light Blue

📋 copy color: '#A8DAEB'

red 168 ◦ green 218 ◦ blue 235

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

Shades of Light Blue #A8DAEB

Tints of Light Blue #A8DAEB

RGB

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

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

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

R = 27.05%
G = 35.1%
B = 37.84%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8DAEB (or 0xA8DAEB) is known color: Light Blue. HEX triplet: A8, DA and EB. RGB value is (168,218,235). Sum of RGB (Red+Green+Blue) = 168+218+235=621 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.05% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8DAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAEB is #572514. Grayscale: #CCCCCC. Windows color (decimal): -5711125 or 15456936. OLE color: 15456936.

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

Color convert

RGB 168 218 235 -
CMYK 0.29 0.07 0 0.08
HSL 195.22º 0.63% 0.79% -
HSV(B) 195.22º 0.29% 0.92% -
XYZ 56.22 64.47 88.08 -
YUV 204.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 168 218 235 0.29 0.07 0 0.08 195.22 0.63 0.79
Hex A8 DA EB 1D 7 0 8 C3 3F 4F
Octal 250 332 353 35 7 0 10 303 77 117
Binary 10101000 11011010 11101011 11101 111 0 1000 11000011 111111 1001111

Color Harmonies of #A8DAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAEB

Black with #A8DAEB

Text Example


Text Example

White with #A8DAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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