#99CBD7

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

Shades of Regent St Blue #99CBD7

Tints of Regent St Blue #99CBD7

Color information

#99CBD7 (or 0x99CBD7) is unknown color: approx Regent St Blue. HEX triplet: 99, CB and D7. RGB value is (153,203,215). Sum of RGB (Red+Green+Blue) = 153+203+215=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #99CBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CBD7 is #663428. Grayscale: #BDBDBD. Windows color (decimal): -6698025 or 14142361. OLE color: 14142361.

HSL color Cylindrical-coordinate representation of color #99CBD7: hue angle of 191.61º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99CBD7 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB153203215-
CMYK0.290.0600.16
HSL191.61º43.66%72.16%-
HSV(B)191.61º28.84%84.31%-
XYZ46.7654.3972.32-
YUV189.42142.44102.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.80%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 215 (84.38% from 255) = 37.65%
R=26.80%
G=35.55%
B=37.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532032150.290.0600.16191.6143.6672.16
Hex99CBD71D6010c02c48
Octal23131332735602030054110
Binary10011001110010111101011111101110010000110000001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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