Html Css Color HEX #A4CCDA Regent St Blue

📋 copy color: '#A4CCDA'

red 164 ◦ green 204 ◦ blue 218

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

Shades of Regent St Blue #A4CCDA

Tints of Regent St Blue #A4CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 27.99%
G = 34.81%
B = 37.2%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A4CCDA (or 0xA4CCDA) is known color: Regent St Blue. HEX triplet: A4, CC and DA. RGB value is (164,204,218). Sum of RGB (Red+Green+Blue) = 164+204+218=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #A4CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCDA is #5B3325. Grayscale: #C1C1C1. Windows color (decimal): -5976870 or 14339236. OLE color: 14339236.

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

Color convert

RGB 164 204 218 -
CMYK 0.25 0.06 0 0.15
HSL 195.56º 0.42% 0.75% -
HSV(B) 195.56º 0.25% 0.85% -
XYZ 49.56 56.14 74.55 -
YUV 193.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 164 204 218 0.25 0.06 0 0.15 195.56 0.42 0.75
Hex A4 CC DA 19 6 0 F C4 2A 4B
Octal 244 314 332 31 6 0 17 304 52 113
Binary 10100100 11001100 11011010 11001 110 0 1111 11000100 101010 1001011

Color Harmonies of #A4CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCDA

Black with #A4CCDA

Text Example


Text Example

White with #A4CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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