Html Css Color HEX #A6C7DC Regent St Blue

📋 copy color: '#A6C7DC'

red 166 ◦ green 199 ◦ blue 220

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

Shades of Regent St Blue #A6C7DC

Tints of Regent St Blue #A6C7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.02%

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

R = 28.38%
G = 34.02%
B = 37.61%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6C7DC (or 0xA6C7DC) is known color: Regent St Blue. HEX triplet: A6, C7 and DC. RGB value is (166,199,220). Sum of RGB (Red+Green+Blue) = 166+199+220=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C7DC is #593823. Grayscale: #BFBFBF. Windows color (decimal): -5847076 or 14469030. OLE color: 14469030.

HSL color Cylindrical-coordinate representation of color #A6C7DC: hue angle of 203.33º 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 #A6C7DC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 199 220 -
CMYK 0.25 0.10 0 0.14
HSL 203.33º 0.44% 0.76% -
HSV(B) 203.33º 0.25% 0.86% -
XYZ 49.07 54.12 75.57 -
YUV 191.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 166 199 220 0.25 0.10 0 0.14 203.33 0.44 0.76
Hex A6 C7 DC 19 A 0 E CB 2C 4C
Octal 246 307 334 31 12 0 16 313 54 114
Binary 10100110 11000111 11011100 11001 1010 0 1110 11001011 101100 1001100

Color Harmonies of #A6C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C7DC

Black with #A6C7DC

Text Example


Text Example

White with #A6C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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