Html Css Color HEX #A5DADF Charlotte

📋 copy color: '#A5DADF'

red 165 ◦ green 218 ◦ blue 223

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

Shades of Charlotte #A5DADF

Tints of Charlotte #A5DADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 27.23%
G = 35.97%
B = 36.8%

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

#A5DADF (or 0xA5DADF) is known color: Charlotte. HEX triplet: A5, DA and DF. RGB value is (165,218,223). Sum of RGB (Red+Green+Blue) = 165+218+223=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5DADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DADF is #5A2520. Grayscale: #CACACA. Windows color (decimal): -5907745 or 14670501. OLE color: 14670501.

HSL color Cylindrical-coordinate representation of color #A5DADF: hue angle of 185.17º degrees, saturation: 0.48, 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 #A5DADF is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 218 223 -
CMYK 0.26 0.02 0 0.13
HSL 185.17º 0.48% 0.76% -
HSV(B) 185.17º 0.26% 0.87% -
XYZ 53.91 63.47 79.22 -
YUV 202.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 165 218 223 0.26 0.02 0 0.13 185.17 0.48 0.76
Hex A5 DA DF 1A 2 0 D B9 30 4C
Octal 245 332 337 32 2 0 15 271 60 114
Binary 10100101 11011010 11011111 11010 10 0 1101 10111001 110000 1001100

Color Harmonies of #A5DADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DADF

Black with #A5DADF

Text Example


Text Example

White with #A5DADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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