Html Css Color HEX #A3C4CA Regent St Blue

📋 copy color: '#A3C4CA'

red 163 ◦ green 196 ◦ blue 202

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

Shades of Regent St Blue #A3C4CA

Tints of Regent St Blue #A3C4CA

RGB

 RED value IS 163 (64.06% from 255) = 29.06%

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

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

R = 29.06%
G = 34.94%
B = 36.01%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A3C4CA (or 0xA3C4CA) is known color: Regent St Blue. HEX triplet: A3, C4 and CA. RGB value is (163,196,202). Sum of RGB (Red+Green+Blue) = 163+196+202=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C4CA is #5C3B35. Grayscale: #BABABA. Windows color (decimal): -6044470 or 13288611. OLE color: 13288611.

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

Color convert

RGB 163 196 202 -
CMYK 0.19 0.03 0 0.21
HSL 189.23º 0.27% 0.72% -
HSV(B) 189.23º 0.19% 0.79% -
XYZ 45.5 51.53 63.43 -
YUV 186.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 163 196 202 0.19 0.03 0 0.21 189.23 0.27 0.72
Hex A3 C4 CA 13 3 0 15 BD 1B 48
Octal 243 304 312 23 3 0 25 275 33 110
Binary 10100011 11000100 11001010 10011 11 0 10101 10111101 11011 1001000

Color Harmonies of #A3C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C4CA

Black with #A3C4CA

Text Example


Text Example

White with #A3C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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