Html Css Color HEX #A1C2CD Regent St Blue

📋 copy color: '#A1C2CD'

red 161 ◦ green 194 ◦ blue 205

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

Shades of Regent St Blue #A1C2CD

Tints of Regent St Blue #A1C2CD

RGB

 RED value IS 161 (63.28% from 255) = 28.75%

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

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

R = 28.75%
G = 34.64%
B = 36.61%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1C2CD (or 0xA1C2CD) is known color: Regent St Blue. HEX triplet: A1, C2 and CD. RGB value is (161,194,205). Sum of RGB (Red+Green+Blue) = 161+194+205=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C2CD is #5E3D32. Grayscale: #B9B9B9. Windows color (decimal): -6176051 or 13484705. OLE color: 13484705.

HSL color Cylindrical-coordinate representation of color #A1C2CD: hue angle of 195º degrees, saturation: 0.31, 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 #A1C2CD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 194 205 -
CMYK 0.21 0.05 0 0.20
HSL 195º 0.31% 0.72% -
HSV(B) 195º 0.21% 0.8% -
XYZ 45.01 50.57 65.15 -
YUV 185.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 161 194 205 0.21 0.05 0 0.20 195 0.31 0.72
Hex A1 C2 CD 15 5 0 14 C3 1F 48
Octal 241 302 315 25 5 0 24 303 37 110
Binary 10100001 11000010 11001101 10101 101 0 10100 11000011 11111 1001000

Color Harmonies of #A1C2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C2CD

Black with #A1C2CD

Text Example


Text Example

White with #A1C2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C2CD; }

 p { color: rgb(161,194,205); }

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

background-color css

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

 a { background-color: rgb(161,194,205); }

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

border-color css

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

 span { border-color: rgb(161,194,205); }

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