Html Css Color HEX #A8DAEE Light Blue

📋 copy color: '#A8DAEE'

red 168 ◦ green 218 ◦ blue 238

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

Shades of Light Blue #A8DAEE

Tints of Light Blue #A8DAEE

RGB

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

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

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

R = 26.92%
G = 34.94%
B = 38.14%

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

#A8DAEE (or 0xA8DAEE) is known color: Light Blue. HEX triplet: A8, DA and EE. RGB value is (168,218,238). Sum of RGB (Red+Green+Blue) = 168+218+238=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAEE is #572511. Grayscale: #CDCDCD. Windows color (decimal): -5711122 or 15653544. OLE color: 15653544.

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

Color convert

RGB 168 218 238 -
CMYK 0.29 0.08 0 0.07
HSL 197.14º 0.67% 0.8% -
HSV(B) 197.14º 0.29% 0.93% -
XYZ 56.65 64.64 90.38 -
YUV 205.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 168 218 238 0.29 0.08 0 0.07 197.14 0.67 0.8
Hex A8 DA EE 1D 8 0 7 C5 43 50
Octal 250 332 356 35 10 0 7 305 103 120
Binary 10101000 11011010 11101110 11101 1000 0 111 11000101 1000011 1010000

Color Harmonies of #A8DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAEE

Black with #A8DAEE

Text Example


Text Example

White with #A8DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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