#99CCD9

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

Shades of Regent St Blue #99CCD9

Tints of Regent St Blue #99CCD9

Color information

#99CCD9 (or 0x99CCD9) is unknown color: approx Regent St Blue. HEX triplet: 99, CC and D9. RGB value is (153,204,217). Sum of RGB (Red+Green+Blue) = 153+204+217=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #99CCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCD9 is #663326. Grayscale: #BEBEBE. Windows color (decimal): -6697767 or 14273689. OLE color: 14273689.

HSL color Cylindrical-coordinate representation of color #99CCD9: hue angle of 192.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99CCD9 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153204217-
CMYK0.290.0600.15
HSL192.19º45.71%72.55%-
HSV(B)192.19º29.49%85.1%-
XYZ47.2554.9773.76-
YUV190.23143.1101.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.66%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=26.66%
G=35.54%
B=37.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532042170.290.0600.15192.1945.7172.55
Hex99CCD91D60Fc02e49
Octal23131433135601730056111
Binary1001100111001100110110011110111001111110000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,204,217); }

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

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

 a { background-color: rgb(153,204,217); }

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

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

 span { border-color: rgb(153,204,217); }

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