Html Css Color HEX #A4CCD8 Regent St Blue

📋 copy color: '#A4CCD8'

red 164 ◦ green 204 ◦ blue 216

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

Shades of Regent St Blue #A4CCD8

Tints of Regent St Blue #A4CCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.99%

R = 28.08%
G = 34.93%
B = 36.99%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A4CCD8 (or 0xA4CCD8) is known color: Regent St Blue. HEX triplet: A4, CC and D8. RGB value is (164,204,216). Sum of RGB (Red+Green+Blue) = 164+204+216=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #A4CCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCD8 is #5B3327. Grayscale: #C1C1C1. Windows color (decimal): -5976872 or 14208164. OLE color: 14208164.

HSL color Cylindrical-coordinate representation of color #A4CCD8: hue angle of 193.85º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4CCD8 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 204 216 -
CMYK 0.24 0.06 0 0.15
HSL 193.85º 0.4% 0.75% -
HSV(B) 193.85º 0.24% 0.85% -
XYZ 49.3 56.04 73.18 -
YUV 193.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 164 204 216 0.24 0.06 0 0.15 193.85 0.4 0.75
Hex A4 CC D8 18 6 0 F C2 28 4B
Octal 244 314 330 30 6 0 17 302 50 113
Binary 10100100 11001100 11011000 11000 110 0 1111 11000010 101000 1001011

Color Harmonies of #A4CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCD8

Black with #A4CCD8

Text Example


Text Example

White with #A4CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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