Html Css Color HEX #A4C4CF Regent St Blue

📋 copy color: '#A4C4CF'

red 164 ◦ green 196 ◦ blue 207

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

Shades of Regent St Blue #A4C4CF

Tints of Regent St Blue #A4C4CF

RGB

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

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

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

R = 28.92%
G = 34.57%
B = 36.51%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4C4CF (or 0xA4C4CF) is known color: Regent St Blue. HEX triplet: A4, C4 and CF. RGB value is (164,196,207). Sum of RGB (Red+Green+Blue) = 164+196+207=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4C4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C4CF is #5B3B30. Grayscale: #BBBBBB. Windows color (decimal): -5978929 or 13616292. OLE color: 13616292.

HSL color Cylindrical-coordinate representation of color #A4C4CF: hue angle of 195.35º 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 #A4C4CF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 196 207 -
CMYK 0.21 0.05 0 0.19
HSL 195.35º 0.31% 0.73% -
HSV(B) 195.35º 0.21% 0.81% -
XYZ 46.31 51.88 66.6 -
YUV 187.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 164 196 207 0.21 0.05 0 0.19 195.35 0.31 0.73
Hex A4 C4 CF 15 5 0 13 C3 1F 49
Octal 244 304 317 25 5 0 23 303 37 111
Binary 10100100 11000100 11001111 10101 101 0 10011 11000011 11111 1001001

Color Harmonies of #A4C4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C4CF

Black with #A4C4CF

Text Example


Text Example

White with #A4C4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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