#99CDD6

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

Shades of Regent St Blue #99CDD6

Tints of Regent St Blue #99CDD6

Color information

#99CDD6 (or 0x99CDD6) is unknown color: approx Regent St Blue. HEX triplet: 99, CD and D6. RGB value is (153,205,214). Sum of RGB (Red+Green+Blue) = 153+205+214=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #99CDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CDD6 is #663229. Grayscale: #BEBEBE. Windows color (decimal): -6697514 or 14077337. OLE color: 14077337.

HSL color Cylindrical-coordinate representation of color #99CDD6: hue angle of 188.85º degrees, saturation: 0.43, 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 #99CDD6 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB153205214-
CMYK0.290.0400.16
HSL188.85º42.66%71.96%-
HSV(B)188.85º28.5%83.92%-
XYZ47.1155.2971.81-
YUV190.48141.27101.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.75%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 214 (83.98% from 255) = 37.41%
R=26.75%
G=35.84%
B=37.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532052140.290.0400.16188.8542.6671.96
Hex99CDD61D4010bd2b48
Octal23131532635402027553110
Binary10011001110011011101011011101100010000101111011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,214); }

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

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

 a { background-color: rgb(153,205,214); }

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

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

 span { border-color: rgb(153,205,214); }

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