Html Css Color HEX #A0DDEC Charlotte

📋 copy color: '#A0DDEC'

red 160 ◦ green 221 ◦ blue 236

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

Shades of Charlotte #A0DDEC

Tints of Charlotte #A0DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.82%

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

R = 25.93%
G = 35.82%
B = 38.25%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0DDEC (or 0xA0DDEC) is known color: Charlotte. HEX triplet: A0, DD and EC. RGB value is (160,221,236). Sum of RGB (Red+Green+Blue) = 160+221+236=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DDEC is #5F2213. Grayscale: #CCCCCC. Windows color (decimal): -6234644 or 15523232. OLE color: 15523232.

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

Color convert

RGB 160 221 236 -
CMYK 0.32 0.06 0 0.07
HSL 191.84º 0.67% 0.78% -
HSV(B) 191.84º 0.32% 0.93% -
XYZ 55.49 65.24 89.03 -
YUV 204.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 160 221 236 0.32 0.06 0 0.07 191.84 0.67 0.78
Hex A0 DD EC 20 6 0 7 C0 43 4E
Octal 240 335 354 40 6 0 7 300 103 116
Binary 10100000 11011101 11101100 100000 110 0 111 11000000 1000011 1001110

Color Harmonies of #A0DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DDEC

Black with #A0DDEC

Text Example


Text Example

White with #A0DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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