Html Css Color HEX #A5D6EC Light Blue

📋 copy color: '#A5D6EC'

red 165 ◦ green 214 ◦ blue 236

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

Shades of Light Blue #A5D6EC

Tints of Light Blue #A5D6EC

RGB

 RED value IS 165 (64.84% from 255) = 26.83%

 GREEN value IS 214 (83.98% from 255) = 34.8%

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 26.83%
G = 34.8%
B = 38.37%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5D6EC (or 0xA5D6EC) is known color: Light Blue. HEX triplet: A5, D6 and EC. RGB value is (165,214,236). Sum of RGB (Red+Green+Blue) = 165+214+236=615 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.83% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5D6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D6EC is #5A2913. Grayscale: #C9C9C9. Windows color (decimal): -5908756 or 15521445. OLE color: 15521445.

HSL color Cylindrical-coordinate representation of color #A5D6EC: hue angle of 198.59º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5D6EC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 214 236 -
CMYK 0.30 0.09 0 0.07
HSL 198.59º 0.65% 0.79% -
HSV(B) 198.59º 0.3% 0.93% -
XYZ 54.7 62.15 88.47 -
YUV 201.86 147.27 101.71 -
System Red Green Blue C M Y K H S L
Decimal 165 214 236 0.30 0.09 0 0.07 198.59 0.65 0.79
Hex A5 D6 EC 1E 9 0 7 C7 41 4F
Octal 245 326 354 36 11 0 7 307 101 117
Binary 10100101 11010110 11101100 11110 1001 0 111 11000111 1000001 1001111

Color Harmonies of #A5D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D6EC

Black with #A5D6EC

Text Example


Text Example

White with #A5D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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