#A5DBF2

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

Shades of Light Blue #A5DBF2

Tints of Light Blue #A5DBF2

Color information

#A5DBF2 (or 0xA5DBF2) is unknown color: approx Light Blue. HEX triplet: A5, DB and F2. RGB value is (165,219,242). Sum of RGB (Red+Green+Blue) = 165+219+242=626 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.36% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #A5DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBF2 is #5A240D. Grayscale: #CDCDCD. Windows color (decimal): -5907470 or 15915941. OLE color: 15915941.

HSL color Cylindrical-coordinate representation of color #A5DBF2: hue angle of 197.92º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5DBF2 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165219242-
CMYK0.320.1000.05
HSL197.92º74.76%79.8%-
HSV(B)197.92º31.82%94.9%-
XYZ56.8865.0793.57-
YUV205.48148.6199.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.36%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 242 (94.92% from 255) = 38.66%
R=26.36%
G=34.98%
B=38.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652192420.320.1000.05197.9274.7679.8
HexA5DBF220A05c64b50
Octal245333362401205306113120
Binary101001011101101111110010100000101001011100011010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DBF2; }

 p { color: rgb(165,219,242); }

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

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

 a { background-color: rgb(165,219,242); }

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

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

 span { border-color: rgb(165,219,242); }

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