#99CCDD

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

Shades of Regent St Blue #99CCDD

Tints of Regent St Blue #99CCDD

Color information

#99CCDD (or 0x99CCDD) is unknown color: approx Regent St Blue. HEX triplet: 99, CC and DD. RGB value is (153,204,221). Sum of RGB (Red+Green+Blue) = 153+204+221=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #99CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCDD is #663322. Grayscale: #BEBEBE. Windows color (decimal): -6697763 or 14535833. OLE color: 14535833.

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

Color convert

RGB153204221-
CMYK0.310.0800.13
HSL195º50%73.33%-
HSV(B)195º30.77%86.67%-
XYZ47.7855.1876.54-
YUV190.69145.1101.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.47%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=26.47%
G=35.29%
B=38.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532042210.310.0800.131955073.33
Hex99CCDD1F80Dc33249
Octal231314335371001530362111
Binary10011001110011001101110111111100001101110000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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