#A5D5EB

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

Shades of Light Blue #A5D5EB

Tints of Light Blue #A5D5EB

Color information

#A5D5EB (or 0xA5D5EB) is unknown color: approx Light Blue. HEX triplet: A5, D5 and EB. RGB value is (165,213,235). Sum of RGB (Red+Green+Blue) = 165+213+235=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5D5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D5EB is #5A2A14. Grayscale: #C9C9C9. Windows color (decimal): -5909013 or 15455653. OLE color: 15455653.

HSL color Cylindrical-coordinate representation of color #A5D5EB: hue angle of 198.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5D5EB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165213235-
CMYK0.300.0900.08
HSL198.86º63.64%78.43%-
HSV(B)198.86º29.79%92.16%-
XYZ54.3161.5987.62-
YUV201.16147.1102.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.92%
GREEN value IS 213 (83.59% from 255) = 34.75%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=26.92%
G=34.75%
B=38.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652132350.300.0900.08198.8663.6478.43
HexA5D5EB1E908c7404e
Octal2453253533611010307100116
Binary101001011101010111101011111101001010001100011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D5EB; }

 p { color: rgb(165,213,235); }

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

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

 a { background-color: rgb(165,213,235); }

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

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

 span { border-color: rgb(165,213,235); }

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