Html Css Color HEX #A4CCDB Regent St Blue

📋 copy color: '#A4CCDB'

red 164 ◦ green 204 ◦ blue 219

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

Shades of Regent St Blue #A4CCDB

Tints of Regent St Blue #A4CCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 27.94%
G = 34.75%
B = 37.31%

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

#A4CCDB (or 0xA4CCDB) is known color: Regent St Blue. HEX triplet: A4, CC and DB. RGB value is (164,204,219). Sum of RGB (Red+Green+Blue) = 164+204+219=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCDB is #5B3324. Grayscale: #C1C1C1. Windows color (decimal): -5976869 or 14404772. OLE color: 14404772.

HSL color Cylindrical-coordinate representation of color #A4CCDB: hue angle of 196.36º degrees, saturation: 0.43, 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 #A4CCDB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 204 219 -
CMYK 0.25 0.07 0 0.14
HSL 196.36º 0.43% 0.75% -
HSV(B) 196.36º 0.25% 0.86% -
XYZ 49.69 56.19 75.25 -
YUV 193.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 164 204 219 0.25 0.07 0 0.14 196.36 0.43 0.75
Hex A4 CC DB 19 7 0 E C4 2B 4B
Octal 244 314 333 31 7 0 16 304 53 113
Binary 10100100 11001100 11011011 11001 111 0 1110 11000100 101011 1001011

Color Harmonies of #A4CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCDB

Black with #A4CCDB

Text Example


Text Example

White with #A4CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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