#99C5DC

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

Shades of Regent St Blue #99C5DC

Tints of Regent St Blue #99C5DC

Color information

#99C5DC (or 0x99C5DC) is unknown color: approx Regent St Blue. HEX triplet: 99, C5 and DC. RGB value is (153,197,220). Sum of RGB (Red+Green+Blue) = 153+197+220=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #99C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5DC is #663A23. Grayscale: #BABABA. Windows color (decimal): -6699556 or 14468505. OLE color: 14468505.

HSL color Cylindrical-coordinate representation of color #99C5DC: hue angle of 200.6º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C5DC is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153197220-
CMYK0.300.1000.14
HSL200.6º48.91%73.14%-
HSV(B)200.6º30.45%86.27%-
XYZ46.0251.8775.3-
YUV186.47146.92104.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.84%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=26.84%
G=34.56%
B=38.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531972200.300.1000.14200.648.9173.14
Hex99C5DC1EA0Ec93149
Octal231305334361201631161111
Binary10011001110001011101110011110101001110110010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,197,220); }

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

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

 a { background-color: rgb(153,197,220); }

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

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

 span { border-color: rgb(153,197,220); }

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