#96BEC8

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

Shades of Regent St Blue #96BEC8

Tints of Regent St Blue #96BEC8

Color information

#96BEC8 (or 0x96BEC8) is unknown color: approx Regent St Blue. HEX triplet: 96, BE and C8. RGB value is (150,190,200). Sum of RGB (Red+Green+Blue) = 150+190+200=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #96BEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEC8 is #694137. Grayscale: #B3B3B3. Windows color (decimal): -6897976 or 13155990. OLE color: 13155990.

HSL color Cylindrical-coordinate representation of color #96BEC8: hue angle of 192º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96BEC8 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB150190200-
CMYK0.250.0500.22
HSL192º31.25%68.63%-
HSV(B)192º25%78.43%-
XYZ41.4247.4861.63-
YUV179.18139.75107.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 200 (78.52% from 255) = 37.04%
R=27.78%
G=35.19%
B=37.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501902000.250.0500.2219231.2568.63
Hex96BEC8195016c01f45
Octal22627631031502630037105
Binary1001011010111110110010001100110101011011000000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,200); }

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

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

 a { background-color: rgb(150,190,200); }

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

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

 span { border-color: rgb(150,190,200); }

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