Html Css Color HEX #A2C4CA Regent St Blue

📋 copy color: '#A2C4CA'

red 162 ◦ green 196 ◦ blue 202

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

Shades of Regent St Blue #A2C4CA

Tints of Regent St Blue #A2C4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35%

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

R = 28.93%
G = 35%
B = 36.07%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A2C4CA (or 0xA2C4CA) is known color: Regent St Blue. HEX triplet: A2, C4 and CA. RGB value is (162,196,202). Sum of RGB (Red+Green+Blue) = 162+196+202=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #A2C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C4CA is #5D3B35. Grayscale: #BABABA. Windows color (decimal): -6110006 or 13288610. OLE color: 13288610.

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

Color convert

RGB 162 196 202 -
CMYK 0.20 0.03 0 0.21
HSL 189º 0.27% 0.71% -
HSV(B) 189º 0.2% 0.79% -
XYZ 45.3 51.43 63.42 -
YUV 186.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 162 196 202 0.20 0.03 0 0.21 189 0.27 0.71
Hex A2 C4 CA 14 3 0 15 BD 1B 47
Octal 242 304 312 24 3 0 25 275 33 107
Binary 10100010 11000100 11001010 10100 11 0 10101 10111101 11011 1000111

Color Harmonies of #A2C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C4CA

Black with #A2C4CA

Text Example


Text Example

White with #A2C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C4CA; }

 p { color: rgb(162,196,202); }

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

background-color css

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

 a { background-color: rgb(162,196,202); }

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

border-color css

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

 span { border-color: rgb(162,196,202); }

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