Html Css Color HEX #A0DCE1 Charlotte

📋 copy color: '#A0DCE1'

red 160 ◦ green 220 ◦ blue 225

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

Shades of Charlotte #A0DCE1

Tints of Charlotte #A0DCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.19%

R = 26.45%
G = 36.36%
B = 37.19%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A0DCE1 (or 0xA0DCE1) is known color: Charlotte. HEX triplet: A0, DC and E1. RGB value is (160,220,225). Sum of RGB (Red+Green+Blue) = 160+220+225=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #A0DCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCE1 is #5F231E. Grayscale: #CACACA. Windows color (decimal): -6234911 or 14802080. OLE color: 14802080.

HSL color Cylindrical-coordinate representation of color #A0DCE1: hue angle of 184.62º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0DCE1 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 220 225 -
CMYK 0.29 0.02 0 0.12
HSL 184.62º 0.52% 0.75% -
HSV(B) 184.62º 0.29% 0.88% -
XYZ 53.68 64.1 80.78 -
YUV 202.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 160 220 225 0.29 0.02 0 0.12 184.62 0.52 0.75
Hex A0 DC E1 1D 2 0 C B9 34 4B
Octal 240 334 341 35 2 0 14 271 64 113
Binary 10100000 11011100 11100001 11101 10 0 1100 10111001 110100 1001011

Color Harmonies of #A0DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCE1

Black with #A0DCE1

Text Example


Text Example

White with #A0DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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