Html Css Color HEX #A4CDDC Regent St Blue

📋 copy color: '#A4CDDC'

red 164 ◦ green 205 ◦ blue 220

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

Shades of Regent St Blue #A4CDDC

Tints of Regent St Blue #A4CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.8%

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

R = 27.84%
G = 34.8%
B = 37.35%

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

#A4CDDC (or 0xA4CDDC) is known color: Regent St Blue. HEX triplet: A4, CD and DC. RGB value is (164,205,220). Sum of RGB (Red+Green+Blue) = 164+205+220=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDDC is #5B3223. Grayscale: #C2C2C2. Windows color (decimal): -5976612 or 14470564. OLE color: 14470564.

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

Color convert

RGB 164 205 220 -
CMYK 0.25 0.07 0 0.14
HSL 196.07º 0.44% 0.75% -
HSV(B) 196.07º 0.25% 0.86% -
XYZ 50.06 56.72 76.02 -
YUV 194.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 164 205 220 0.25 0.07 0 0.14 196.07 0.44 0.75
Hex A4 CD DC 19 7 0 E C4 2C 4B
Octal 244 315 334 31 7 0 16 304 54 113
Binary 10100100 11001101 11011100 11001 111 0 1110 11000100 101100 1001011

Color Harmonies of #A4CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CDDC

Black with #A4CDDC

Text Example


Text Example

White with #A4CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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