Html Css Color HEX #A0DBEC Charlotte

📋 copy color: '#A0DBEC'

red 160 ◦ green 219 ◦ blue 236

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

Shades of Charlotte #A0DBEC

Tints of Charlotte #A0DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.61%

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

R = 26.02%
G = 35.61%
B = 38.37%

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

#A0DBEC (or 0xA0DBEC) is known color: Charlotte. HEX triplet: A0, DB and EC. RGB value is (160,219,236). Sum of RGB (Red+Green+Blue) = 160+219+236=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBEC is #5F2413. Grayscale: #CBCBCB. Windows color (decimal): -6235156 or 15522720. OLE color: 15522720.

HSL color Cylindrical-coordinate representation of color #A0DBEC: hue angle of 193.42º 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 #A0DBEC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 219 236 -
CMYK 0.32 0.07 0 0.07
HSL 193.42º 0.67% 0.78% -
HSV(B) 193.42º 0.32% 0.93% -
XYZ 54.97 64.19 88.85 -
YUV 203.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 160 219 236 0.32 0.07 0 0.07 193.42 0.67 0.78
Hex A0 DB EC 20 7 0 7 C1 43 4E
Octal 240 333 354 40 7 0 7 301 103 116
Binary 10100000 11011011 11101100 100000 111 0 111 11000001 1000011 1001110

Color Harmonies of #A0DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBEC

Black with #A0DBEC

Text Example


Text Example

White with #A0DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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