Html Css Color HEX #A4CCDC Regent St Blue

📋 copy color: '#A4CCDC'

red 164 ◦ green 204 ◦ blue 220

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

Shades of Regent St Blue #A4CCDC

Tints of Regent St Blue #A4CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.69%

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 27.89%
G = 34.69%
B = 37.41%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4CCDC (or 0xA4CCDC) is known color: Regent St Blue. HEX triplet: A4, CC and DC. RGB value is (164,204,220). Sum of RGB (Red+Green+Blue) = 164+204+220=588 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.89% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCDC is #5B3323. Grayscale: #C1C1C1. Windows color (decimal): -5976868 or 14470308. OLE color: 14470308.

HSL color Cylindrical-coordinate representation of color #A4CCDC: hue angle of 197.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4CCDC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 204 220 -
CMYK 0.25 0.07 0 0.14
HSL 197.14º 0.44% 0.75% -
HSV(B) 197.14º 0.25% 0.86% -
XYZ 49.82 56.25 75.94 -
YUV 193.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 164 204 220 0.25 0.07 0 0.14 197.14 0.44 0.75
Hex A4 CC DC 19 7 0 E C5 2C 4B
Octal 244 314 334 31 7 0 16 305 54 113
Binary 10100100 11001100 11011100 11001 111 0 1110 11000101 101100 1001011

Color Harmonies of #A4CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCDC

Black with #A4CCDC

Text Example


Text Example

White with #A4CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCDC; }

 p { color: rgb(164,204,220); }

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

background-color css

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

 a { background-color: rgb(164,204,220); }

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

border-color css

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

 span { border-color: rgb(164,204,220); }

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