#99D2DD

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

Shades of Regent St Blue #99D2DD

Tints of Regent St Blue #99D2DD

Color information

#99D2DD (or 0x99D2DD) is unknown color: approx Regent St Blue. HEX triplet: 99, D2 and DD. RGB value is (153,210,221). Sum of RGB (Red+Green+Blue) = 153+210+221=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #99D2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D2DD is #662D22. Grayscale: #C2C2C2. Windows color (decimal): -6696227 or 14537369. OLE color: 14537369.

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

Color convert

RGB153210221-
CMYK0.310.0500.13
HSL189.71º50%73.33%-
HSV(B)189.71º30.77%86.67%-
XYZ49.2358.0977.02-
YUV194.21143.1298.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.20%
GREEN value IS 210 (82.42% from 255) = 35.96%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=26.20%
G=35.96%
B=37.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532102210.310.0500.13189.715073.33
Hex99D2DD1F50Dbe3249
Octal23132233537501527662111
Binary1001100111010010110111011111110101101101111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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