Html Css Color HEX #A0DCED Charlotte

📋 copy color: '#A0DCED'

red 160 ◦ green 220 ◦ blue 237

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

Shades of Charlotte #A0DCED

Tints of Charlotte #A0DCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.41%

R = 25.93%
G = 35.66%
B = 38.41%

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

#A0DCED (or 0xA0DCED) is known color: Charlotte. HEX triplet: A0, DC and ED. RGB value is (160,220,237). Sum of RGB (Red+Green+Blue) = 160+220+237=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCED is #5F2312. Grayscale: #CBCBCB. Windows color (decimal): -6234899 or 15588512. OLE color: 15588512.

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

Color convert

RGB 160 220 237 -
CMYK 0.32 0.07 0 0.07
HSL 193.25º 0.68% 0.78% -
HSV(B) 193.25º 0.32% 0.93% -
XYZ 55.38 64.77 89.7 -
YUV 204 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 160 220 237 0.32 0.07 0 0.07 193.25 0.68 0.78
Hex A0 DC ED 20 7 0 7 C1 44 4E
Octal 240 334 355 40 7 0 7 301 104 116
Binary 10100000 11011100 11101101 100000 111 0 111 11000001 1000100 1001110

Color Harmonies of #A0DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCED

Black with #A0DCED

Text Example


Text Example

White with #A0DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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