Html Css Color HEX #A0DCEC Charlotte

📋 copy color: '#A0DCEC'

red 160 ◦ green 220 ◦ blue 236

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

Shades of Charlotte #A0DCEC

Tints of Charlotte #A0DCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.31%

R = 25.97%
G = 35.71%
B = 38.31%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0DCEC (or 0xA0DCEC) is known color: Charlotte. HEX triplet: A0, DC and EC. RGB value is (160,220,236). Sum of RGB (Red+Green+Blue) = 160+220+236=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCEC is #5F2313. Grayscale: #CBCBCB. Windows color (decimal): -6234900 or 15522976. OLE color: 15522976.

HSL color Cylindrical-coordinate representation of color #A0DCEC: hue angle of 192.63º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DCEC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 220 236 -
CMYK 0.32 0.07 0 0.07
HSL 192.63º 0.67% 0.78% -
HSV(B) 192.63º 0.32% 0.93% -
XYZ 55.23 64.72 88.94 -
YUV 203.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 160 220 236 0.32 0.07 0 0.07 192.63 0.67 0.78
Hex A0 DC EC 20 7 0 7 C1 43 4E
Octal 240 334 354 40 7 0 7 301 103 116
Binary 10100000 11011100 11101100 100000 111 0 111 11000001 1000011 1001110

Color Harmonies of #A0DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCEC

Black with #A0DCEC

Text Example


Text Example

White with #A0DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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