Html Css Color HEX #A5D7E9 Light Blue

📋 copy color: '#A5D7E9'

red 165 ◦ green 215 ◦ blue 233

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

Shades of Light Blue #A5D7E9

Tints of Light Blue #A5D7E9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.07%

 BLUE value IS 233 (91.41% from 255) = 38.01%

R = 26.92%
G = 35.07%
B = 38.01%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A5D7E9 (or 0xA5D7E9) is known color: Light Blue. HEX triplet: A5, D7 and E9. RGB value is (165,215,233). Sum of RGB (Red+Green+Blue) = 165+215+233=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #A5D7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D7E9 is #5A2816. Grayscale: #C9C9C9. Windows color (decimal): -5908503 or 15325093. OLE color: 15325093.

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

Color convert

RGB 165 215 233 -
CMYK 0.29 0.08 0 0.09
HSL 195.88º 0.61% 0.78% -
HSV(B) 195.88º 0.29% 0.91% -
XYZ 54.53 62.48 86.28 -
YUV 202.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 165 215 233 0.29 0.08 0 0.09 195.88 0.61 0.78
Hex A5 D7 E9 1D 8 0 9 C4 3D 4E
Octal 245 327 351 35 10 0 11 304 75 116
Binary 10100101 11010111 11101001 11101 1000 0 1001 11000100 111101 1001110

Color Harmonies of #A5D7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D7E9

Black with #A5D7E9

Text Example


Text Example

White with #A5D7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D7E9; }

 p { color: rgb(165,215,233); }

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

background-color css

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

 a { background-color: rgb(165,215,233); }

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

border-color css

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

 span { border-color: rgb(165,215,233); }

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