#99C8DD

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

Shades of Regent St Blue #99C8DD

Tints of Regent St Blue #99C8DD

Color information

#99C8DD (or 0x99C8DD) is unknown color: approx Regent St Blue. HEX triplet: 99, C8 and DD. RGB value is (153,200,221). Sum of RGB (Red+Green+Blue) = 153+200+221=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 200 (78.52% from 255 or 34.84% 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 #99C8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C8DD is #663722. Grayscale: #BCBCBC. Windows color (decimal): -6698787 or 14534809. OLE color: 14534809.

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

Color convert

RGB153200221-
CMYK0.310.1000.13
HSL198.53º50%73.33%-
HSV(B)198.53º30.77%86.67%-
XYZ46.8453.376.23-
YUV188.34146.43102.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.66%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=26.66%
G=34.84%
B=38.50%

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
Decimal1532002210.310.1000.13198.535073.33
Hex99C8DD1FA0Dc73249
Octal231310335371201530762111
Binary10011001110010001101110111111101001101110001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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