Html Css Color HEX #A2C2D1 Regent St Blue

📋 copy color: '#A2C2D1'

red 162 ◦ green 194 ◦ blue 209

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

Shades of Regent St Blue #A2C2D1

Tints of Regent St Blue #A2C2D1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

 BLUE value IS 209 (82.03% from 255) = 36.99%

R = 28.67%
G = 34.34%
B = 36.99%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A2C2D1 (or 0xA2C2D1) is known color: Regent St Blue. HEX triplet: A2, C2 and D1. RGB value is (162,194,209). Sum of RGB (Red+Green+Blue) = 162+194+209=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #A2C2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C2D1 is #5D3D2E. Grayscale: #BABABA. Windows color (decimal): -6110511 or 13746850. OLE color: 13746850.

HSL color Cylindrical-coordinate representation of color #A2C2D1: hue angle of 199.15º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2C2D1 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 194 209 -
CMYK 0.22 0.07 0 0.18
HSL 199.15º 0.34% 0.73% -
HSV(B) 199.15º 0.22% 0.82% -
XYZ 45.7 50.87 67.73 -
YUV 186.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 162 194 209 0.22 0.07 0 0.18 199.15 0.34 0.73
Hex A2 C2 D1 16 7 0 12 C7 22 49
Octal 242 302 321 26 7 0 22 307 42 111
Binary 10100010 11000010 11010001 10110 111 0 10010 11000111 100010 1001001

Color Harmonies of #A2C2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C2D1

Black with #A2C2D1

Text Example


Text Example

White with #A2C2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C2D1; }

 p { color: rgb(162,194,209); }

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

background-color css

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

 a { background-color: rgb(162,194,209); }

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

border-color css

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

 span { border-color: rgb(162,194,209); }

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