#9ACADD

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

Shades of Regent St Blue #9ACADD

Tints of Regent St Blue #9ACADD

Color information

#9ACADD (or 0x9ACADD) is unknown color: approx Regent St Blue. HEX triplet: 9A, CA and DD. RGB value is (154,202,221). Sum of RGB (Red+Green+Blue) = 154+202+221=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ACADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACADD is #653522. Grayscale: #BDBDBD. Windows color (decimal): -6632739 or 14535322. OLE color: 14535322.

HSL color Cylindrical-coordinate representation of color #9ACADD: hue angle of 197.01º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACADD is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154202221-
CMYK0.300.0900.13
HSL197.01º49.63%73.53%-
HSV(B)197.01º30.32%86.67%-
XYZ47.554.3376.39-
YUV189.81145.6102.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.69%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=26.69%
G=35.01%
B=38.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542022210.300.0900.13197.0149.6373.53
Hex9ACADD1E90Dc5324a
Octal232312335361101530562112
Binary10011010110010101101110111110100101101110001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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