#A5D6EA

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

Shades of Light Blue #A5D6EA

Tints of Light Blue #A5D6EA

Color information

#A5D6EA (or 0xA5D6EA) is unknown color: approx Light Blue. HEX triplet: A5, D6 and EA. RGB value is (165,214,234). Sum of RGB (Red+Green+Blue) = 165+214+234=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5D6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D6EA is #5A2915. Grayscale: #C9C9C9. Windows color (decimal): -5908758 or 15390373. OLE color: 15390373.

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

Color convert

RGB165214234-
CMYK0.290.0900.08
HSL197.39º62.16%78.24%-
HSV(B)197.39º29.49%91.76%-
XYZ54.4162.0386.95-
YUV201.63146.27101.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.92%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=26.92%
G=34.91%
B=38.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652142340.290.0900.08197.3962.1678.24
HexA5D6EA1D908c53e4e
Octal245326352351101030576116
Binary10100101110101101110101011101100101000110001011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D6EA; }

 p { color: rgb(165,214,234); }

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

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

 a { background-color: rgb(165,214,234); }

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

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

 span { border-color: rgb(165,214,234); }

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