#96CFDF

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

Shades of Regent St Blue #96CFDF

Tints of Regent St Blue #96CFDF

Color information

#96CFDF (or 0x96CFDF) is unknown color: approx Regent St Blue. HEX triplet: 96, CF and DF. RGB value is (150,207,223). Sum of RGB (Red+Green+Blue) = 150+207+223=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #96CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFDF is #693020. Grayscale: #BFBFBF. Windows color (decimal): -6893601 or 14667670. OLE color: 14667670.

HSL color Cylindrical-coordinate representation of color #96CFDF: hue angle of 193.15º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96CFDF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150207223-
CMYK0.330.0700.13
HSL193.15º53.28%73.14%-
HSV(B)193.15º32.74%87.45%-
XYZ48.2156.4478.16-
YUV191.78145.6298.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.86%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=25.86%
G=35.69%
B=38.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502072230.330.0700.13193.1553.2873.14
Hex96CFDF2170Dc13549
Octal22631733741701530165111
Binary10010110110011111101111110000111101101110000011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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