#99C7DD

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

Shades of Regent St Blue #99C7DD

Tints of Regent St Blue #99C7DD

Color information

#99C7DD (or 0x99C7DD) is unknown color: approx Regent St Blue. HEX triplet: 99, C7 and DD. RGB value is (153,199,221). Sum of RGB (Red+Green+Blue) = 153+199+221=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #99C7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C7DD is #663822. Grayscale: #BBBBBB. Windows color (decimal): -6699043 or 14534553. OLE color: 14534553.

HSL color Cylindrical-coordinate representation of color #99C7DD: hue angle of 199.41º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99C7DD is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153199221-
CMYK0.310.1000.13
HSL199.41º50%73.33%-
HSV(B)199.41º30.77%86.67%-
XYZ46.6152.8476.15-
YUV187.75146.76103.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.70%
GREEN value IS 199 (78.12% from 255) = 34.73%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=26.70%
G=34.73%
B=38.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531992210.310.1000.13199.415073.33
Hex99C7DD1FA0Dc73249
Octal231307335371201530762111
Binary10011001110001111101110111111101001101110001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C7DD; }

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

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

<style>
 a { background-color: #99C7DD; }

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

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

<style>
 span { border-color: #99C7DD; }

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

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