#99CBDD

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

Shades of Regent St Blue #99CBDD

Tints of Regent St Blue #99CBDD

Color information

#99CBDD (or 0x99CBDD) is unknown color: approx Regent St Blue. HEX triplet: 99, CB and DD. RGB value is (153,203,221). Sum of RGB (Red+Green+Blue) = 153+203+221=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #99CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CBDD is #663422. Grayscale: #BDBDBD. Windows color (decimal): -6698019 or 14535577. OLE color: 14535577.

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

Color convert

RGB153203221-
CMYK0.310.0800.13
HSL195.88º50%73.33%-
HSV(B)195.88º30.77%86.67%-
XYZ47.5454.776.46-
YUV190.1145.44101.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.52%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=26.52%
G=35.18%
B=38.30%

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
Decimal1532032210.310.0800.13195.885073.33
Hex99CBDD1F80Dc43249
Octal231313335371001530462111
Binary10011001110010111101110111111100001101110001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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