Html Css Color HEX #A8DAF0 Light Blue

📋 copy color: '#A8DAF0'

red 168 ◦ green 218 ◦ blue 240

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

Shades of Light Blue #A8DAF0

Tints of Light Blue #A8DAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.34%

R = 26.84%
G = 34.82%
B = 38.34%

CMYK

 C value IS 0.3

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8DAF0 (or 0xA8DAF0) is known color: Light Blue. HEX triplet: A8, DA and F0. RGB value is (168,218,240). Sum of RGB (Red+Green+Blue) = 168+218+240=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #A8DAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAF0 is #57250F. Grayscale: #CDCDCD. Windows color (decimal): -5711120 or 15784616. OLE color: 15784616.

HSL color Cylindrical-coordinate representation of color #A8DAF0: hue angle of 198.33º degrees, saturation: 0.71, 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 #A8DAF0 is Cyan = 0.3, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 218 240 -
CMYK 0.3 0.09 0 0.06
HSL 198.33º 0.71% 0.8% -
HSV(B) 198.33º 0.3% 0.94% -
XYZ 56.95 64.76 91.94 -
YUV 205.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 168 218 240 0.3 0.09 0 0.06 198.33 0.71 0.8
Hex A8 DA F0 1E 9 0 6 C6 47 50
Octal 250 332 360 36 11 0 6 306 107 120
Binary 10101000 11011010 11110000 11110 1001 0 110 11000110 1000111 1010000

Color Harmonies of #A8DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAF0

Black with #A8DAF0

Text Example


Text Example

White with #A8DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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