Html Css Color HEX #A0DAE8 Charlotte

📋 copy color: '#A0DAE8'

red 160 ◦ green 218 ◦ blue 232

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

Shades of Charlotte #A0DAE8

Tints of Charlotte #A0DAE8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.74%

 BLUE value IS 232 (91.02% from 255) = 38.03%

R = 26.23%
G = 35.74%
B = 38.03%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A0DAE8 (or 0xA0DAE8) is known color: Charlotte. HEX triplet: A0, DA and E8. RGB value is (160,218,232). Sum of RGB (Red+Green+Blue) = 160+218+232=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #A0DAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAE8 is #5F2517. Grayscale: #CACACA. Windows color (decimal): -6235416 or 15260320. OLE color: 15260320.

HSL color Cylindrical-coordinate representation of color #A0DAE8: hue angle of 191.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0DAE8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 218 232 -
CMYK 0.31 0.06 0 0.09
HSL 191.67º 0.61% 0.77% -
HSV(B) 191.67º 0.31% 0.91% -
XYZ 54.13 63.44 85.74 -
YUV 202.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 160 218 232 0.31 0.06 0 0.09 191.67 0.61 0.77
Hex A0 DA E8 1F 6 0 9 C0 3D 4D
Octal 240 332 350 37 6 0 11 300 75 115
Binary 10100000 11011010 11101000 11111 110 0 1001 11000000 111101 1001101

Color Harmonies of #A0DAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DAE8

Black with #A0DAE8

Text Example


Text Example

White with #A0DAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DAE8; }

 p { color: rgb(160,218,232); }

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

background-color css

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

 a { background-color: rgb(160,218,232); }

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

border-color css

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

 span { border-color: rgb(160,218,232); }

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