Html Css Color HEX #A5DAE0 Charlotte

📋 copy color: '#A5DAE0'

red 165 ◦ green 218 ◦ blue 224

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

Shades of Charlotte #A5DAE0

Tints of Charlotte #A5DAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.9%

R = 27.18%
G = 35.91%
B = 36.9%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A5DAE0 (or 0xA5DAE0) is known color: Charlotte. HEX triplet: A5, DA and E0. RGB value is (165,218,224). Sum of RGB (Red+Green+Blue) = 165+218+224=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #A5DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DAE0 is #5A251F. Grayscale: #CACACA. Windows color (decimal): -5907744 or 14736037. OLE color: 14736037.

HSL color Cylindrical-coordinate representation of color #A5DAE0: hue angle of 186.1º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DAE0 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 218 224 -
CMYK 0.26 0.03 0 0.12
HSL 186.1º 0.49% 0.76% -
HSV(B) 186.1º 0.26% 0.88% -
XYZ 54.04 63.52 79.93 -
YUV 202.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 165 218 224 0.26 0.03 0 0.12 186.1 0.49 0.76
Hex A5 DA E0 1A 3 0 C BA 31 4C
Octal 245 332 340 32 3 0 14 272 61 114
Binary 10100101 11011010 11100000 11010 11 0 1100 10111010 110001 1001100

Color Harmonies of #A5DAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DAE0

Black with #A5DAE0

Text Example


Text Example

White with #A5DAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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