#9ACADF

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

Shades of Regent St Blue #9ACADF

Tints of Regent St Blue #9ACADF

Color information

#9ACADF (or 0x9ACADF) is unknown color: approx Regent St Blue. HEX triplet: 9A, CA and DF. RGB value is (154,202,223). Sum of RGB (Red+Green+Blue) = 154+202+223=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ACADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACADF is #653520. Grayscale: #BDBDBD. Windows color (decimal): -6632737 or 14666394. OLE color: 14666394.

HSL color Cylindrical-coordinate representation of color #9ACADF: hue angle of 198.26º degrees, saturation: 0.52, 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 #9ACADF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154202223-
CMYK0.310.0900.13
HSL198.26º51.88%73.92%-
HSV(B)198.26º30.94%87.45%-
XYZ47.7754.4477.8-
YUV190.04146.6102.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.60%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=26.60%
G=34.89%
B=38.51%

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
Decimal1542022230.310.0900.13198.2651.8873.92
Hex9ACADF1F90Dc6344a
Octal232312337371101530664112
Binary10011010110010101101111111111100101101110001101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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