#9ACADC

Color #9ACADC Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #9ACADC

Tints of Regent St Blue #9ACADC

Color information

#9ACADC (or 0x9ACADC) is unknown color: approx Regent St Blue. HEX triplet: 9A, CA and DC. RGB value is (154,202,220). Sum of RGB (Red+Green+Blue) = 154+202+220=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ACADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACADC is #653523. Grayscale: #BDBDBD. Windows color (decimal): -6632740 or 14469786. OLE color: 14469786.

HSL color Cylindrical-coordinate representation of color #9ACADC: hue angle of 196.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACADC is Cyan = 0.3, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154202220-
CMYK0.30.0800.14
HSL196.36º48.53%73.33%-
HSV(B)196.36º30%86.27%-
XYZ47.3754.2875.69-
YUV189.7145.1102.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.74%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=26.74%
G=35.07%
B=38.19%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542022200.30.0800.14196.3648.5373.33
Hex9ACADC1E80Ec43149
Octal232312334361001630461111
Binary10011010110010101101110011110100001110110001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACADC; }

 p { color: rgb(154,202,220); }

 H1.HeaderClassName
 {
   color: #9ACADC;
 }
 .AnyTagClassName
 {
   color: #9ACADC;
 }
</style>
background-color css

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

 a { background-color: rgb(154,202,220); }

 div.DivClassName
 {
   background-color: #9ACADC;
 }
 .BgClassName
 {
   background-color: #9ACADC;
 }
</style>
border-color css

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

 span { border-color: rgb(154,202,220); }

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