Html Css Color HEX #A4C8CE Regent St Blue

📋 copy color: '#A4C8CE'

red 164 ◦ green 200 ◦ blue 206

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

Shades of Regent St Blue #A4C8CE

Tints of Regent St Blue #A4C8CE

RGB

 RED value IS 164 (64.45% from 255) = 28.77%

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

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 28.77%
G = 35.09%
B = 36.14%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4C8CE (or 0xA4C8CE) is known color: Regent St Blue. HEX triplet: A4, C8 and CE. RGB value is (164,200,206). Sum of RGB (Red+Green+Blue) = 164+200+206=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #A4C8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C8CE is #5B3731. Grayscale: #BDBDBD. Windows color (decimal): -5977906 or 13551780. OLE color: 13551780.

HSL color Cylindrical-coordinate representation of color #A4C8CE: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4C8CE is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 200 206 -
CMYK 0.20 0.03 0 0.19
HSL 188.57º 0.3% 0.73% -
HSV(B) 188.57º 0.2% 0.81% -
XYZ 47.1 53.66 66.27 -
YUV 189.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 164 200 206 0.20 0.03 0 0.19 188.57 0.3 0.73
Hex A4 C8 CE 14 3 0 13 BD 1E 49
Octal 244 310 316 24 3 0 23 275 36 111
Binary 10100100 11001000 11001110 10100 11 0 10011 10111101 11110 1001001

Color Harmonies of #A4C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C8CE

Black with #A4C8CE

Text Example


Text Example

White with #A4C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C8CE; }

 p { color: rgb(164,200,206); }

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

background-color css

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

 a { background-color: rgb(164,200,206); }

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

border-color css

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

 span { border-color: rgb(164,200,206); }

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