Html Css Color HEX #A8DDF0 Light Blue

📋 copy color: '#A8DDF0'

red 168 ◦ green 221 ◦ blue 240

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

Shades of Light Blue #A8DDF0

Tints of Light Blue #A8DDF0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.14%

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

R = 26.71%
G = 35.14%
B = 38.16%

CMYK

 C value IS 0.3

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8DDF0 (or 0xA8DDF0) is known color: Light Blue. HEX triplet: A8, DD and F0. RGB value is (168,221,240). Sum of RGB (Red+Green+Blue) = 168+221+240=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #A8DDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDF0 is #57220F. Grayscale: #CFCFCF. Windows color (decimal): -5710352 or 15785384. OLE color: 15785384.

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

Color convert

RGB 168 221 240 -
CMYK 0.3 0.08 0 0.06
HSL 195.83º 0.71% 0.8% -
HSV(B) 195.83º 0.3% 0.94% -
XYZ 57.73 66.33 92.2 -
YUV 207.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 168 221 240 0.3 0.08 0 0.06 195.83 0.71 0.8
Hex A8 DD F0 1E 8 0 6 C4 47 50
Octal 250 335 360 36 10 0 6 304 107 120
Binary 10101000 11011101 11110000 11110 1000 0 110 11000100 1000111 1010000

Color Harmonies of #A8DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDF0

Black with #A8DDF0

Text Example


Text Example

White with #A8DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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