Html Css Color HEX #A4C9CF Regent St Blue

📋 copy color: '#A4C9CF'

red 164 ◦ green 201 ◦ blue 207

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

Shades of Regent St Blue #A4C9CF

Tints of Regent St Blue #A4C9CF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.14%

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 28.67%
G = 35.14%
B = 36.19%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4C9CF (or 0xA4C9CF) is known color: Regent St Blue. HEX triplet: A4, C9 and CF. RGB value is (164,201,207). Sum of RGB (Red+Green+Blue) = 164+201+207=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4C9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C9CF is #5B3630. Grayscale: #BEBEBE. Windows color (decimal): -5977649 or 13617572. OLE color: 13617572.

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

Color convert

RGB 164 201 207 -
CMYK 0.21 0.03 0 0.19
HSL 188.37º 0.31% 0.73% -
HSV(B) 188.37º 0.21% 0.81% -
XYZ 47.46 54.17 66.99 -
YUV 190.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 164 201 207 0.21 0.03 0 0.19 188.37 0.31 0.73
Hex A4 C9 CF 15 3 0 13 BC 1F 49
Octal 244 311 317 25 3 0 23 274 37 111
Binary 10100100 11001001 11001111 10101 11 0 10011 10111100 11111 1001001

Color Harmonies of #A4C9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C9CF

Black with #A4C9CF

Text Example


Text Example

White with #A4C9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C9CF; }

 p { color: rgb(164,201,207); }

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

background-color css

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

 a { background-color: rgb(164,201,207); }

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

border-color css

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

 span { border-color: rgb(164,201,207); }

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