Html Css Color HEX #A3C8D2 Regent St Blue

📋 copy color: '#A3C8D2'

red 163 ◦ green 200 ◦ blue 210

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

Shades of Regent St Blue #A3C8D2

Tints of Regent St Blue #A3C8D2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.9%

 BLUE value IS 210 (82.42% from 255) = 36.65%

R = 28.45%
G = 34.9%
B = 36.65%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A3C8D2 (or 0xA3C8D2) is known color: Regent St Blue. HEX triplet: A3, C8 and D2. RGB value is (163,200,210). Sum of RGB (Red+Green+Blue) = 163+200+210=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 210 - color contains mainly: blue. Hex color #A3C8D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C8D2 is #5C372D. Grayscale: #BEBEBE. Windows color (decimal): -6043438 or 13813923. OLE color: 13813923.

HSL color Cylindrical-coordinate representation of color #A3C8D2: hue angle of 192.77º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3C8D2 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 200 210 -
CMYK 0.22 0.05 0 0.18
HSL 192.77º 0.34% 0.73% -
HSV(B) 192.77º 0.22% 0.82% -
XYZ 47.39 53.75 68.85 -
YUV 190.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 163 200 210 0.22 0.05 0 0.18 192.77 0.34 0.73
Hex A3 C8 D2 16 5 0 12 C1 22 49
Octal 243 310 322 26 5 0 22 301 42 111
Binary 10100011 11001000 11010010 10110 101 0 10010 11000001 100010 1001001

Color Harmonies of #A3C8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C8D2

Black with #A3C8D2

Text Example


Text Example

White with #A3C8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C8D2; }

 p { color: rgb(163,200,210); }

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

background-color css

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

 a { background-color: rgb(163,200,210); }

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

border-color css

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

 span { border-color: rgb(163,200,210); }

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