Html Css Color HEX #A5D8EB Light Blue

📋 copy color: '#A5D8EB'

red 165 ◦ green 216 ◦ blue 235

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

Shades of Light Blue #A5D8EB

Tints of Light Blue #A5D8EB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.06%

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 26.79%
G = 35.06%
B = 38.15%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5D8EB (or 0xA5D8EB) is known color: Light Blue. HEX triplet: A5, D8 and EB. RGB value is (165,216,235). Sum of RGB (Red+Green+Blue) = 165+216+235=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5D8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D8EB is #5A2714. Grayscale: #CACACA. Windows color (decimal): -5908245 or 15456421. OLE color: 15456421.

HSL color Cylindrical-coordinate representation of color #A5D8EB: hue angle of 196.29º 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 #A5D8EB is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 216 235 -
CMYK 0.30 0.08 0 0.08
HSL 196.29º 0.64% 0.78% -
HSV(B) 196.29º 0.3% 0.92% -
XYZ 55.07 63.11 87.88 -
YUV 202.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 165 216 235 0.30 0.08 0 0.08 196.29 0.64 0.78
Hex A5 D8 EB 1E 8 0 8 C4 40 4E
Octal 245 330 353 36 10 0 10 304 100 116
Binary 10100101 11011000 11101011 11110 1000 0 1000 11000100 1000000 1001110

Color Harmonies of #A5D8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D8EB

Black with #A5D8EB

Text Example


Text Example

White with #A5D8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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