#96CFD8

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

Shades of Regent St Blue #96CFD8

Tints of Regent St Blue #96CFD8

Color information

#96CFD8 (or 0x96CFD8) is unknown color: approx Regent St Blue. HEX triplet: 96, CF and D8. RGB value is (150,207,216). Sum of RGB (Red+Green+Blue) = 150+207+216=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #96CFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFD8 is #693027. Grayscale: #BEBEBE. Windows color (decimal): -6893608 or 14208918. OLE color: 14208918.

HSL color Cylindrical-coordinate representation of color #96CFD8: hue angle of 188.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CFD8 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150207216-
CMYK0.310.0400.15
HSL188.18º45.83%71.76%-
HSV(B)188.18º30.56%84.71%-
XYZ47.2956.0773.3-
YUV190.98142.1298.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.18%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 216 (84.77% from 255) = 37.70%
R=26.18%
G=36.13%
B=37.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502072160.310.0400.15188.1845.8371.76
Hex96CFD81F40Fbc2e48
Octal22631733037401727456110
Binary1001011011001111110110001111110001111101111001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CFD8; }

 p { color: rgb(150,207,216); }

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

<style>
 a { background-color: #96CFD8; }

 a { background-color: rgb(150,207,216); }

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

<style>
 span { border-color: #96CFD8; }

 span { border-color: rgb(150,207,216); }

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