Html Css Color HEX #A2C6CD Regent St Blue

📋 copy color: '#A2C6CD'

red 162 ◦ green 198 ◦ blue 205

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

Shades of Regent St Blue #A2C6CD

Tints of Regent St Blue #A2C6CD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.04%

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 28.67%
G = 35.04%
B = 36.28%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A2C6CD (or 0xA2C6CD) is known color: Regent St Blue. HEX triplet: A2, C6 and CD. RGB value is (162,198,205). Sum of RGB (Red+Green+Blue) = 162+198+205=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C6CD is #5D3932. Grayscale: #BBBBBB. Windows color (decimal): -6109491 or 13485730. OLE color: 13485730.

HSL color Cylindrical-coordinate representation of color #A2C6CD: hue angle of 189.77º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2C6CD is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 198 205 -
CMYK 0.21 0.03 0 0.20
HSL 189.77º 0.3% 0.72% -
HSV(B) 189.77º 0.21% 0.8% -
XYZ 46.11 52.48 65.46 -
YUV 188.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 162 198 205 0.21 0.03 0 0.20 189.77 0.3 0.72
Hex A2 C6 CD 15 3 0 14 BE 1E 48
Octal 242 306 315 25 3 0 24 276 36 110
Binary 10100010 11000110 11001101 10101 11 0 10100 10111110 11110 1001000

Color Harmonies of #A2C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C6CD

Black with #A2C6CD

Text Example


Text Example

White with #A2C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C6CD; }

 p { color: rgb(162,198,205); }

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

background-color css

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

 a { background-color: rgb(162,198,205); }

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

border-color css

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

 span { border-color: rgb(162,198,205); }

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