Html Css Color HEX #A6C8DC Regent St Blue

📋 copy color: '#A6C8DC'

red 166 ◦ green 200 ◦ blue 220

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

Shades of Regent St Blue #A6C8DC

Tints of Regent St Blue #A6C8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.13%

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 28.33%
G = 34.13%
B = 37.54%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6C8DC (or 0xA6C8DC) is known color: Regent St Blue. HEX triplet: A6, C8 and DC. RGB value is (166,200,220). Sum of RGB (Red+Green+Blue) = 166+200+220=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C8DC is #593723. Grayscale: #C0C0C0. Windows color (decimal): -5846820 or 14469286. OLE color: 14469286.

HSL color Cylindrical-coordinate representation of color #A6C8DC: hue angle of 202.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6C8DC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 200 220 -
CMYK 0.25 0.09 0 0.14
HSL 202.22º 0.44% 0.76% -
HSV(B) 202.22º 0.25% 0.86% -
XYZ 49.3 54.58 75.65 -
YUV 192.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 166 200 220 0.25 0.09 0 0.14 202.22 0.44 0.76
Hex A6 C8 DC 19 9 0 E CA 2C 4C
Octal 246 310 334 31 11 0 16 312 54 114
Binary 10100110 11001000 11011100 11001 1001 0 1110 11001010 101100 1001100

Color Harmonies of #A6C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C8DC

Black with #A6C8DC

Text Example


Text Example

White with #A6C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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