Html Css Color HEX #A0DCDF Charlotte

📋 copy color: '#A0DCDF'

red 160 ◦ green 220 ◦ blue 223

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

Shades of Charlotte #A0DCDF

Tints of Charlotte #A0DCDF

RGB

 RED value IS 160 (62.89% from 255) = 26.53%

 GREEN value IS 220 (86.33% from 255) = 36.48%

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

R = 26.53%
G = 36.48%
B = 36.98%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0DCDF (or 0xA0DCDF) is known color: Charlotte. HEX triplet: A0, DC and DF. RGB value is (160,220,223). Sum of RGB (Red+Green+Blue) = 160+220+223=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCDF is #5F2320. Grayscale: #CACACA. Windows color (decimal): -6234913 or 14671008. OLE color: 14671008.

HSL color Cylindrical-coordinate representation of color #A0DCDF: hue angle of 182.86º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DCDF is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 220 223 -
CMYK 0.28 0.01 0 0.13
HSL 182.86º 0.5% 0.75% -
HSV(B) 182.86º 0.28% 0.87% -
XYZ 53.41 63.99 79.35 -
YUV 202.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 160 220 223 0.28 0.01 0 0.13 182.86 0.5 0.75
Hex A0 DC DF 1C 1 0 D B7 32 4B
Octal 240 334 337 34 1 0 15 267 62 113
Binary 10100000 11011100 11011111 11100 1 0 1101 10110111 110010 1001011

Color Harmonies of #A0DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCDF

Black with #A0DCDF

Text Example


Text Example

White with #A0DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCDF; }

 p { color: rgb(160,220,223); }

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

background-color css

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

 a { background-color: rgb(160,220,223); }

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

border-color css

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

 span { border-color: rgb(160,220,223); }

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