Html Css Color HEX #A6C7DA Regent St Blue

📋 copy color: '#A6C7DA'

red 166 ◦ green 199 ◦ blue 218

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

Shades of Regent St Blue #A6C7DA

Tints of Regent St Blue #A6C7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 28.47%
G = 34.13%
B = 37.39%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A6C7DA (or 0xA6C7DA) is known color: Regent St Blue. HEX triplet: A6, C7 and DA. RGB value is (166,199,218). Sum of RGB (Red+Green+Blue) = 166+199+218=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6C7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C7DA is #593825. Grayscale: #BFBFBF. Windows color (decimal): -5847078 or 14337958. OLE color: 14337958.

HSL color Cylindrical-coordinate representation of color #A6C7DA: hue angle of 201.92º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6C7DA is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 199 218 -
CMYK 0.24 0.09 0 0.15
HSL 201.92º 0.41% 0.75% -
HSV(B) 201.92º 0.24% 0.85% -
XYZ 48.8 54.02 74.18 -
YUV 191.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 166 199 218 0.24 0.09 0 0.15 201.92 0.41 0.75
Hex A6 C7 DA 18 9 0 F CA 29 4B
Octal 246 307 332 30 11 0 17 312 51 113
Binary 10100110 11000111 11011010 11000 1001 0 1111 11001010 101001 1001011

Color Harmonies of #A6C7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C7DA

Black with #A6C7DA

Text Example


Text Example

White with #A6C7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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