Html Css Color HEX #A5DADE Charlotte

📋 copy color: '#A5DADE'

red 165 ◦ green 218 ◦ blue 222

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

Shades of Charlotte #A5DADE

Tints of Charlotte #A5DADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 27.27%
G = 36.03%
B = 36.69%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5DADE (or 0xA5DADE) is known color: Charlotte. HEX triplet: A5, DA and DE. RGB value is (165,218,222). Sum of RGB (Red+Green+Blue) = 165+218+222=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5DADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DADE is #5A2521. Grayscale: #CACACA. Windows color (decimal): -5907746 or 14604965. OLE color: 14604965.

HSL color Cylindrical-coordinate representation of color #A5DADE: hue angle of 184.21º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DADE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 218 222 -
CMYK 0.26 0.02 0 0.13
HSL 184.21º 0.46% 0.76% -
HSV(B) 184.21º 0.26% 0.87% -
XYZ 53.77 63.42 78.51 -
YUV 202.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 165 218 222 0.26 0.02 0 0.13 184.21 0.46 0.76
Hex A5 DA DE 1A 2 0 D B8 2E 4C
Octal 245 332 336 32 2 0 15 270 56 114
Binary 10100101 11011010 11011110 11010 10 0 1101 10111000 101110 1001100

Color Harmonies of #A5DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DADE

Black with #A5DADE

Text Example


Text Example

White with #A5DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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