#9ACFDF

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

Shades of Regent St Blue #9ACFDF

Tints of Regent St Blue #9ACFDF

Color information

#9ACFDF (or 0x9ACFDF) is unknown color: approx Regent St Blue. HEX triplet: 9A, CF and DF. RGB value is (154,207,223). Sum of RGB (Red+Green+Blue) = 154+207+223=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ACFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFDF is #653020. Grayscale: #C0C0C0. Windows color (decimal): -6631457 or 14667674. OLE color: 14667674.

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

Color convert

RGB154207223-
CMYK0.310.0700.13
HSL193.91º51.88%73.92%-
HSV(B)193.91º30.94%87.45%-
XYZ48.9656.8278.2-
YUV192.98144.94100.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.37%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=26.37%
G=35.45%
B=38.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542072230.310.0700.13193.9151.8873.92
Hex9ACFDF1F70Dc2344a
Octal23231733737701530264112
Binary1001101011001111110111111111111101101110000101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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