Html Css Color HEX #A5DAEF Light Blue

📋 copy color: '#A5DAEF'

red 165 ◦ green 218 ◦ blue 239

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

Shades of Light Blue #A5DAEF

Tints of Light Blue #A5DAEF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.05%

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 26.53%
G = 35.05%
B = 38.42%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A5DAEF (or 0xA5DAEF) is known color: Light Blue. HEX triplet: A5, DA and EF. RGB value is (165,218,239). Sum of RGB (Red+Green+Blue) = 165+218+239=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5DAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DAEF is #5A2510. Grayscale: #CCCCCC. Windows color (decimal): -5907729 or 15719077. OLE color: 15719077.

HSL color Cylindrical-coordinate representation of color #A5DAEF: hue angle of 197.03º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5DAEF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 218 239 -
CMYK 0.31 0.09 0 0.06
HSL 197.03º 0.7% 0.79% -
HSV(B) 197.03º 0.31% 0.94% -
XYZ 56.17 64.37 91.13 -
YUV 204.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 165 218 239 0.31 0.09 0 0.06 197.03 0.7 0.79
Hex A5 DA EF 1F 9 0 6 C5 46 4F
Octal 245 332 357 37 11 0 6 305 106 117
Binary 10100101 11011010 11101111 11111 1001 0 110 11000101 1000110 1001111

Color Harmonies of #A5DAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DAEF

Black with #A5DAEF

Text Example


Text Example

White with #A5DAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DAEF; }

 p { color: rgb(165,218,239); }

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

background-color css

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

 a { background-color: rgb(165,218,239); }

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

border-color css

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

 span { border-color: rgb(165,218,239); }

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