Html Css Color HEX #A6DCEA Charlotte

📋 copy color: '#A6DCEA'

red 166 ◦ green 220 ◦ blue 234

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

Shades of Charlotte #A6DCEA

Tints of Charlotte #A6DCEA

RGB

 RED value IS 166 (65.23% from 255) = 26.77%

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

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 26.77%
G = 35.48%
B = 37.74%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6DCEA (or 0xA6DCEA) is known color: Charlotte. HEX triplet: A6, DC and EA. RGB value is (166,220,234). Sum of RGB (Red+Green+Blue) = 166+220+234=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCEA is #592315. Grayscale: #CDCDCD. Windows color (decimal): -5841686 or 15391910. OLE color: 15391910.

HSL color Cylindrical-coordinate representation of color #A6DCEA: hue angle of 192.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6DCEA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 220 234 -
CMYK 0.29 0.06 0 0.08
HSL 192.35º 0.62% 0.78% -
HSV(B) 192.35º 0.29% 0.92% -
XYZ 56.17 65.23 87.47 -
YUV 205.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 166 220 234 0.29 0.06 0 0.08 192.35 0.62 0.78
Hex A6 DC EA 1D 6 0 8 C0 3E 4E
Octal 246 334 352 35 6 0 10 300 76 116
Binary 10100110 11011100 11101010 11101 110 0 1000 11000000 111110 1001110

Color Harmonies of #A6DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCEA

Black with #A6DCEA

Text Example


Text Example

White with #A6DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCEA; }

 p { color: rgb(166,220,234); }

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

background-color css

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

 a { background-color: rgb(166,220,234); }

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

border-color css

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

 span { border-color: rgb(166,220,234); }

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