Html Css Color HEX #A3C3CD Regent St Blue

📋 copy color: '#A3C3CD'

red 163 ◦ green 195 ◦ blue 205

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

Shades of Regent St Blue #A3C3CD

Tints of Regent St Blue #A3C3CD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.64%

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

R = 28.95%
G = 34.64%
B = 36.41%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A3C3CD (or 0xA3C3CD) is known color: Regent St Blue. HEX triplet: A3, C3 and CD. RGB value is (163,195,205). Sum of RGB (Red+Green+Blue) = 163+195+205=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3C3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C3CD is #5C3C32. Grayscale: #BABABA. Windows color (decimal): -6044723 or 13484963. OLE color: 13484963.

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

Color convert

RGB 163 195 205 -
CMYK 0.20 0.05 0 0.20
HSL 194.29º 0.3% 0.72% -
HSV(B) 194.29º 0.2% 0.8% -
XYZ 45.64 51.22 65.24 -
YUV 186.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 163 195 205 0.20 0.05 0 0.20 194.29 0.3 0.72
Hex A3 C3 CD 14 5 0 14 C2 1E 48
Octal 243 303 315 24 5 0 24 302 36 110
Binary 10100011 11000011 11001101 10100 101 0 10100 11000010 11110 1001000

Color Harmonies of #A3C3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C3CD

Black with #A3C3CD

Text Example


Text Example

White with #A3C3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C3CD; }

 p { color: rgb(163,195,205); }

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

background-color css

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

 a { background-color: rgb(163,195,205); }

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

border-color css

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

 span { border-color: rgb(163,195,205); }

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