Html Css Color HEX #A2C7DC Regent St Blue

📋 copy color: '#A2C7DC'

red 162 ◦ green 199 ◦ blue 220

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

Shades of Regent St Blue #A2C7DC

Tints of Regent St Blue #A2C7DC

RGB

 RED value IS 162 (63.67% from 255) = 27.88%

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

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

R = 27.88%
G = 34.25%
B = 37.87%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A2C7DC (or 0xA2C7DC) is known color: Regent St Blue. HEX triplet: A2, C7 and DC. RGB value is (162,199,220). Sum of RGB (Red+Green+Blue) = 162+199+220=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C7DC is #5D3823. Grayscale: #BEBEBE. Windows color (decimal): -6109220 or 14469026. OLE color: 14469026.

HSL color Cylindrical-coordinate representation of color #A2C7DC: hue angle of 201.72º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2C7DC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 199 220 -
CMYK 0.26 0.10 0 0.14
HSL 201.72º 0.45% 0.75% -
HSV(B) 201.72º 0.26% 0.86% -
XYZ 48.24 53.7 75.53 -
YUV 190.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 162 199 220 0.26 0.10 0 0.14 201.72 0.45 0.75
Hex A2 C7 DC 1A A 0 E CA 2D 4B
Octal 242 307 334 32 12 0 16 312 55 113
Binary 10100010 11000111 11011100 11010 1010 0 1110 11001010 101101 1001011

Color Harmonies of #A2C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C7DC

Black with #A2C7DC

Text Example


Text Example

White with #A2C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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