#9AC7DD

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

Shades of Regent St Blue #9AC7DD

Tints of Regent St Blue #9AC7DD

Color information

#9AC7DD (or 0x9AC7DD) is unknown color: approx Regent St Blue. HEX triplet: 9A, C7 and DD. RGB value is (154,199,221). Sum of RGB (Red+Green+Blue) = 154+199+221=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AC7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC7DD is #653822. Grayscale: #BBBBBB. Windows color (decimal): -6633507 or 14534554. OLE color: 14534554.

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

Color convert

RGB154199221-
CMYK0.300.1000.13
HSL199.7º49.63%73.53%-
HSV(B)199.7º30.32%86.67%-
XYZ46.852.9476.16-
YUV188.05146.59103.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.83%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=26.83%
G=34.67%
B=38.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541992210.300.1000.13199.749.6373.53
Hex9AC7DD1EA0Dc8324a
Octal232307335361201531062112
Binary10011010110001111101110111110101001101110010001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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