Html Css Color HEX #A4C3CD Regent St Blue

📋 copy color: '#A4C3CD'

red 164 ◦ green 195 ◦ blue 205

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

Shades of Regent St Blue #A4C3CD

Tints of Regent St Blue #A4C3CD

RGB

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

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

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

R = 29.08%
G = 34.57%
B = 36.35%

CMYK

 C value IS 0.2

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4C3CD (or 0xA4C3CD) is known color: Regent St Blue. HEX triplet: A4, C3 and CD. RGB value is (164,195,205). Sum of RGB (Red+Green+Blue) = 164+195+205=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4C3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C3CD is #5B3C32. Grayscale: #BABABA. Windows color (decimal): -5979187 or 13484964. OLE color: 13484964.

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

Color convert

RGB 164 195 205 -
CMYK 0.2 0.05 0 0.20
HSL 194.63º 0.29% 0.72% -
HSV(B) 194.63º 0.2% 0.8% -
XYZ 45.84 51.33 65.25 -
YUV 186.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 164 195 205 0.2 0.05 0 0.20 194.63 0.29 0.72
Hex A4 C3 CD 14 5 0 14 C3 1D 48
Octal 244 303 315 24 5 0 24 303 35 110
Binary 10100100 11000011 11001101 10100 101 0 10100 11000011 11101 1001000

Color Harmonies of #A4C3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C3CD

Black with #A4C3CD

Text Example


Text Example

White with #A4C3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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