#A8DBED

Color #A8DBED Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #A8DBED

Tints of Light Blue #A8DBED

Color information

#A8DBED (or 0xA8DBED) is unknown color: approx Light Blue. HEX triplet: A8, DB and ED. RGB value is (168,219,237). Sum of RGB (Red+Green+Blue) = 168+219+237=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBED is #572412. Grayscale: #CDCDCD. Windows color (decimal): -5710867 or 15588264. OLE color: 15588264.

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

Color convert

RGB168219237-
CMYK0.290.0800.07
HSL195.65º65.71%79.41%-
HSV(B)195.65º29.11%92.94%-
XYZ56.7765.189.69-
YUV205.8145.6101.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.92%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=26.92%
G=35.10%
B=37.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682192370.290.0800.07195.6565.7179.41
HexA8DBED1D807c4424f
Octal250333355351007304102117
Binary10101000110110111110110111101100001111100010010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBED; }

 p { color: rgb(168,219,237); }

 H1.HeaderClassName
 {
   color: #A8DBED;
 }
 .AnyTagClassName
 {
   color: #A8DBED;
 }
</style>
background-color css

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

 a { background-color: rgb(168,219,237); }

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

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

 span { border-color: rgb(168,219,237); }

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