Html Css Color HEX #A0DCE4 Charlotte

📋 copy color: '#A0DCE4'

red 160 ◦ green 220 ◦ blue 228

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

Shades of Charlotte #A0DCE4

Tints of Charlotte #A0DCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.5%

R = 26.32%
G = 36.18%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A0DCE4 (or 0xA0DCE4) is known color: Charlotte. HEX triplet: A0, DC and E4. RGB value is (160,220,228). Sum of RGB (Red+Green+Blue) = 160+220+228=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0DCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCE4 is #5F231B. Grayscale: #CACACA. Windows color (decimal): -6234908 or 14998688. OLE color: 14998688.

HSL color Cylindrical-coordinate representation of color #A0DCE4: hue angle of 187.06º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DCE4 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 220 228 -
CMYK 0.30 0.04 0 0.11
HSL 187.06º 0.56% 0.76% -
HSV(B) 187.06º 0.3% 0.89% -
XYZ 54.09 64.26 82.95 -
YUV 202.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 160 220 228 0.30 0.04 0 0.11 187.06 0.56 0.76
Hex A0 DC E4 1E 4 0 B BB 38 4C
Octal 240 334 344 36 4 0 13 273 70 114
Binary 10100000 11011100 11100100 11110 100 0 1011 10111011 111000 1001100

Color Harmonies of #A0DCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCE4

Black with #A0DCE4

Text Example


Text Example

White with #A0DCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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