#96CFDC

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

Shades of Regent St Blue #96CFDC

Tints of Regent St Blue #96CFDC

Color information

#96CFDC (or 0x96CFDC) is unknown color: approx Regent St Blue. HEX triplet: 96, CF and DC. RGB value is (150,207,220). Sum of RGB (Red+Green+Blue) = 150+207+220=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #96CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFDC is #693023. Grayscale: #BFBFBF. Windows color (decimal): -6893604 or 14471062. OLE color: 14471062.

HSL color Cylindrical-coordinate representation of color #96CFDC: hue angle of 191.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CFDC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150207220-
CMYK0.320.0600.14
HSL191.14º50%72.55%-
HSV(B)191.14º31.82%86.27%-
XYZ47.8156.2876.05-
YUV191.44144.1298.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.00%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=26.00%
G=35.88%
B=38.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502072200.320.0600.14191.145072.55
Hex96CFDC2060Ebf3249
Octal22631733440601627762111
Binary10010110110011111101110010000011001110101111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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