Html Css Color HEX #A3C4CB Regent St Blue

📋 copy color: '#A3C4CB'

red 163 ◦ green 196 ◦ blue 203

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

Shades of Regent St Blue #A3C4CB

Tints of Regent St Blue #A3C4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 29%
G = 34.88%
B = 36.12%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A3C4CB (or 0xA3C4CB) is known color: Regent St Blue. HEX triplet: A3, C4 and CB. RGB value is (163,196,203). Sum of RGB (Red+Green+Blue) = 163+196+203=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C4CB is #5C3B34. Grayscale: #BABABA. Windows color (decimal): -6044469 or 13354147. OLE color: 13354147.

HSL color Cylindrical-coordinate representation of color #A3C4CB: hue angle of 190.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3C4CB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 196 203 -
CMYK 0.20 0.03 0 0.20
HSL 190.5º 0.28% 0.72% -
HSV(B) 190.5º 0.2% 0.8% -
XYZ 45.62 51.58 64.05 -
YUV 186.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 163 196 203 0.20 0.03 0 0.20 190.5 0.28 0.72
Hex A3 C4 CB 14 3 0 14 BE 1C 48
Octal 243 304 313 24 3 0 24 276 34 110
Binary 10100011 11000100 11001011 10100 11 0 10100 10111110 11100 1001000

Color Harmonies of #A3C4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C4CB

Black with #A3C4CB

Text Example


Text Example

White with #A3C4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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