Html Css Color HEX #A5D5EB Light Blue

📋 copy color: '#A5D5EB'

red 165 ◦ green 213 ◦ blue 235

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

Shades of Light Blue #A5D5EB

Tints of Light Blue #A5D5EB

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 value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5D5EB (or 0xA5D5EB) is known color: 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

RGB 165 213 235 -
CMYK 0.30 0.09 0 0.08
HSL 198.86º 0.64% 0.78% -
HSV(B) 198.86º 0.3% 0.92% -
XYZ 54.31 61.59 87.62 -
YUV 201.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 165 213 235 0.30 0.09 0 0.08 198.86 0.64 0.78
Hex A5 D5 EB 1E 9 0 8 C7 40 4E
Octal 245 325 353 36 11 0 10 307 100 116
Binary 10100101 11010101 11101011 11110 1001 0 1000 11000111 1000000 1001110

Color Harmonies of #A5D5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D5EB

Black with #A5D5EB

Text Example


Text Example

White with #A5D5EB

Text Example


Text Example

HTML Codes & Css Web 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>