#9ACCDF

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

Shades of Regent St Blue #9ACCDF

Tints of Regent St Blue #9ACCDF

Color information

#9ACCDF (or 0x9ACCDF) is unknown color: approx Regent St Blue. HEX triplet: 9A, CC and DF. RGB value is (154,204,223). Sum of RGB (Red+Green+Blue) = 154+204+223=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ACCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCDF is #653320. Grayscale: #BFBFBF. Windows color (decimal): -6632225 or 14666906. OLE color: 14666906.

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

Color convert

RGB154204223-
CMYK0.310.0900.13
HSL196.52º51.88%73.92%-
HSV(B)196.52º30.94%87.45%-
XYZ48.2455.3877.96-
YUV191.22145.94101.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.51%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=26.51%
G=35.11%
B=38.38%

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
Decimal1542042230.310.0900.13196.5251.8873.92
Hex9ACCDF1F90Dc5344a
Octal232314337371101530564112
Binary10011010110011001101111111111100101101110001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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