Html Css Color HEX #A0DEE5 Charlotte

📋 copy color: '#A0DEE5'

red 160 ◦ green 222 ◦ blue 229

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

Shades of Charlotte #A0DEE5

Tints of Charlotte #A0DEE5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.33%

 BLUE value IS 229 (89.84% from 255) = 37.48%

R = 26.19%
G = 36.33%
B = 37.48%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A0DEE5 (or 0xA0DEE5) is known color: Charlotte. HEX triplet: A0, DE and E5. RGB value is (160,222,229). Sum of RGB (Red+Green+Blue) = 160+222+229=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #A0DEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DEE5 is #5F211A. Grayscale: #CCCCCC. Windows color (decimal): -6234395 or 15064736. OLE color: 15064736.

HSL color Cylindrical-coordinate representation of color #A0DEE5: hue angle of 186.09º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DEE5 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 222 229 -
CMYK 0.30 0.03 0 0.10
HSL 186.09º 0.57% 0.76% -
HSV(B) 186.09º 0.3% 0.9% -
XYZ 54.76 65.37 83.86 -
YUV 204.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 160 222 229 0.30 0.03 0 0.10 186.09 0.57 0.76
Hex A0 DE E5 1E 3 0 A BA 39 4C
Octal 240 336 345 36 3 0 12 272 71 114
Binary 10100000 11011110 11100101 11110 11 0 1010 10111010 111001 1001100

Color Harmonies of #A0DEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DEE5

Black with #A0DEE5

Text Example


Text Example

White with #A0DEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DEE5; }

 p { color: rgb(160,222,229); }

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

background-color css

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

 a { background-color: rgb(160,222,229); }

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

border-color css

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

 span { border-color: rgb(160,222,229); }

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