#9ACADE

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

Shades of Regent St Blue #9ACADE

Tints of Regent St Blue #9ACADE

Color information

#9ACADE (or 0x9ACADE) is unknown color: approx Regent St Blue. HEX triplet: 9A, CA and DE. RGB value is (154,202,222). Sum of RGB (Red+Green+Blue) = 154+202+222=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ACADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACADE is #653521. Grayscale: #BDBDBD. Windows color (decimal): -6632738 or 14600858. OLE color: 14600858.

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

Color convert

RGB154202222-
CMYK0.310.0900.13
HSL197.65º50.75%73.73%-
HSV(B)197.65º30.63%87.06%-
XYZ47.6354.3977.09-
YUV189.93146.1102.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.64%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=26.64%
G=34.95%
B=38.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542022220.310.0900.13197.6550.7573.73
Hex9ACADE1F90Dc6334a
Octal232312336371101530663112
Binary10011010110010101101111011111100101101110001101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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