Html Css Color HEX #A1C2CA Regent St Blue

📋 copy color: '#A1C2CA'

red 161 ◦ green 194 ◦ blue 202

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

Shades of Regent St Blue #A1C2CA

Tints of Regent St Blue #A1C2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.27%

R = 28.9%
G = 34.83%
B = 36.27%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A1C2CA (or 0xA1C2CA) is known color: Regent St Blue. HEX triplet: A1, C2 and CA. RGB value is (161,194,202). Sum of RGB (Red+Green+Blue) = 161+194+202=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1C2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C2CA is #5E3D35. Grayscale: #B8B8B8. Windows color (decimal): -6176054 or 13288097. OLE color: 13288097.

HSL color Cylindrical-coordinate representation of color #A1C2CA: hue angle of 191.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1C2CA is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 194 202 -
CMYK 0.20 0.04 0 0.21
HSL 191.71º 0.28% 0.71% -
HSV(B) 191.71º 0.2% 0.79% -
XYZ 44.65 50.42 63.26 -
YUV 185.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 161 194 202 0.20 0.04 0 0.21 191.71 0.28 0.71
Hex A1 C2 CA 14 4 0 15 C0 1C 47
Octal 241 302 312 24 4 0 25 300 34 107
Binary 10100001 11000010 11001010 10100 100 0 10101 11000000 11100 1000111

Color Harmonies of #A1C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C2CA

Black with #A1C2CA

Text Example


Text Example

White with #A1C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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